646464; margin: 2px 10px; padding: 5px 0px 5px 10px; } .button-checkbox.pop-in-expand .pop-in-wrapper .pop-in.white-rounded-shadow ul li a:hover { background-color: #ebebeb; } .button-checkbox.pop-in-expand input[type="checkbox"], .button-checkbox.pop-in-expand input[type="radio"] { display: none; } .button-checkbox.pop-in-expand input[type="checkbox"]:checked+label, .button-checkbox.pop-in-expand input[type="radio"]:checked+label { color: #67b7bf; } .button-checkbox.pop-in-expand input[type="checkbox"]:checked~.pop-in-wrapper, .button-checkbox.pop-in-expand input[type="radio"]:checked~.pop-in-wrapper { display: block; } .checkbox-multi-display .content { display: inline-block; } .checkbox-multi-display .content label { width: 160px; } .checkbox-multi-display .content label .icon { display: inline-block; position: relative; transition: -webkit-transform 0.3s; transition: transform 0.3s; } .checkbox-multi-display .content label .icon::before { position: absolute; top: 4px; right: -3px; } .checkbox-multi-display input[type="checkbox"], .checkbox-multi-display input[type="radio"] { display: none; } .checkbox-multi-display input[type="checkbox"]~section .content-displaying, .checkbox-multi-display input[type="radio"]~section .content-displaying { max-height: 0; transition: max-height 0.6s cubic-bezier(0, 1, 0, 1); display: block; overflow: hidden; } .checkbox-multi-display input[type="checkbox"]:checked~section .content-displaying, .checkbox-multi-display input[type="radio"]:checked~section .content-displaying { max-height: 999px; transition: max-height 0.6s cubic-bezier(1, 0, 1, 0); } .checkbox-multi-display input[type="checkbox"]:checked~section label, .checkbox-multi-display input[type="radio"]:checked~section label { background-color: #FFF; color: #67b7bf; } .checkbox-multi-display input[type="checkbox"]:checked~section label .icon, .checkbox-multi-display input[type="radio"]:checked~section label .icon { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: translate(7px, -1px) rotate(90deg); transform: translate(7px, -1px) rotate(90deg); } .checkbox-multi-display input[type="checkbox"]:checked~section label .icon::before, .checkbox-multi-display input[type="radio"]:checked~section label .icon::before { right: -6px; } .section.container input#checker[type="checkbox"] { display: none; } .section.container input#checker[type="checkbox"]~.offer .content-displaying { max-height: 0; transition: max-height 0.6s cubic-bezier(0, 1, 0, 1); display: block; overflow: hidden; } .section.container input#checker[type="checkbox"]:checked~.offer .content-displaying { max-height: 999px; transition: max-height 0.6s cubic-bezier(1, 0, 1, 0); } .section.container input#checker[type="checkbox"]:checked~.offer label { background-color: transparent; color: #67b7bf; } .section.container input#checker[type="checkbox"]:checked~.offer label .icon { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: translate(7px, -1px) rotate(90deg); transform: translate(7px, -1px) rotate(90deg); } .section.container input#checker[type="checkbox"]:checked~.offer label .icon::before { right: -6px; } .tgl { display: none; } .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl+.tgl-btn { box-sizing: border-box; } .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl+.tgl-btn::-moz-selection { background: none; } .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl+.tgl-btn::selection { background: none; } .tgl+.tgl-btn { outline: 0; display: block; width: 4em; height: 2em; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .tgl+.tgl-btn:after, .tgl+.tgl-btn:before { position: relative; display: block; content: ""; width: 50%; height: 100% } .tgl+.tgl-btn:after { left: 0; } .tgl+.tgl-btn:before { display: none; } .tgl:checked+.tgl-btn:after { left: 50% } .tgl-light+.tgl-btn { background: #b3b3b3; border-radius: 2em; padding: 2px; transition: all .4s ease; } .tgl-light+.tgl-btn:after { border-radius: 50%; background: #fff; transition: all .2s ease; } .tgl-light:checked+.tgl-btn { background: #67b7bf; } .toggle_radio { position: relative; background-color: #67b7bf; margin: 4px auto; overflow: hidden; padding: 0 !important; border-radius: 50px; position: relative; height: 30px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .toggle_radio>* { float: left; } .toggle_radio input[type=radio] { display: none; } .toggle_radio #first_toggle:checked~.toggle_option_slider { background-color: #afd9dd; left: 3px; width: 42% } .toggle_radio #second_toggle:checked~.toggle_option_slider { background-color: #afd9dd; left: calc(42%+6px); width: 23% } .toggle_radio #third_toggle:checked~.toggle_option_slider { background-color: #afd9dd; left: calc(65%+15px); width: 28% } .toggle_radio .toggle_option_slider { width: 100px; height: 24px; position: absolute; top: 3px; border-radius: 50px; transition: all .4s ease; background-color: rgba(255, 255, 255, 0.3); } .toggle_radio label, .toggle_radio .button-checkbox label { color: rgba(255, 255, 255, 0.9); z-index: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: auto; height: 24px; margin: 3px 3px; -webkit-border-radius: 50px; border: 1px solid rgba(0, 0, 0, 0.15) !important; border-radius: 50px; cursor: pointer; z-index: 1; text-align: center; } .toggle_radio label p, .toggle_radio .button-checkbox label p { margin: 0; text-align: center; width: 100%; color: #FFF; text-transform: initial; } .button-checkbox.default label { color: #b3b3b3; } .button-burger { display: inline-block; } .button-burger input[type="checkbox"] { display: none; } .button-burger label { margin: 0; line-height: 1; } .button-burger.no-border label { background-color: transparent; color: #67b7bf; border: none; padding: 0; text-align: left; } .button-burger.no-border input[type="checkbox"] { display: none; } .button-burger.no-border input[type="checkbox"]:checked+label { background-color: transparent !important; color: #67b7bf; } .button-burger.no-border input[type="checkbox"]:checked~.content-displaying { display: block; } .button-burger .hamburger { padding: 12px 11px; display: inline-block; cursor: pointer; transition-property: opacity, -webkit-filter, opacity, filter; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; line-height: 0.6; } .button-burger .hamburger:hover { opacity: 0.7; } .button-burger .hamburger-box { width: 18px; height: 16px; display: inline-block; position: relative; } .button-burger .hamburger-inner { display: block; top: 50%; margin-top: -1px; } .button-burger .hamburger-inner, .button-burger .hamburger-inner::before, .button-burger .hamburger-inner::after { width: 18px; height: 2px; background-color: #fff; border-radius: 4px; position: absolute; transition-property: -webkit-transform; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; } .button-burger .hamburger-inner::before, .button-burger .hamburger-inner::after { content: ""; display: block; } .button-burger .hamburger-inner::before { top: -7px; } .button-burger .hamburger-inner::after { bottom: -7px; } .button-burger .hamburger--elastic-r .hamburger-inner { top: 1px; transition-duration: 0.275s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } .button-burger .hamburger--elastic-r .hamburger-inner::before { top: 7px; transition: opacity 0.125s 0.275s ease; } .button-burger .hamburger--elastic-r .hamburger-inner::after { top: 14px; transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .button-burger input[type="checkbox"]:checked+label { background-color: #FFF; color: #67b7bf; } .button-burger input[type="checkbox"]:checked+label .hamburger--elastic-r { background-color: #8bc8ce; border-radius: 50%; transition: background-color .10s linear; } .button-burger input[type="checkbox"]:checked+label .hamburger--elastic-r:hover { opacity: 1; background-color: rgba(139, 200, 206, 0.7); } .button-burger input[type="checkbox"]:checked+label .hamburger--elastic-r .hamburger-box .hamburger-inner { -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg); transform: translate3d(0, 7px, 0) rotate(-135deg); transition-delay: 0.075s; } .button-burger input[type="checkbox"]:checked+label .hamburger--elastic-r .hamburger-box .hamburger-inner::before { transition-delay: 0s; opacity: 0; } .button-burger input[type="checkbox"]:checked+label .hamburger--elastic-r .hamburger-box .hamburger-inner::after { -webkit-transform: translate3d(0, -14px, 0) rotate(270deg); transform: translate3d(0, -14px, 0) rotate(270deg); transition-delay: 0.075s; } @media only screen and (max-width: 768px) { .button-burger .hamburger: hover { opacity: 1; } .button-burger input[type="checkbox"]:checked+label .hamburger--elastic-r:hover { opacity: 1; } } .heading { font-weight: "futurabook", Arial, sans-serif; line-height: 1.2; display: block; text-align: center; margin-bottom: 0; } .heading.left { text-align: left; } .heading.add { font-size: 44px; font-size: 2.75rem; font-family: "futurademi", Arial, sans-serif; } @media only screen and (max-width: 992px) { .heading.add { font-size: 32px; font-size: 2rem; } } .heading.h2 { margin-top: 8px; margin-top: 0.5rem; margin-bottom: 32px; margin-bottom: 2rem; font-family: "futurademi", Arial, sans-serif; display: block; line-height: 1.2; } .heading.h2.grey { color: gray; } .heading.overlay { color: #FFF; } .heading.overlay .main-title { display: block; text-transform: uppercase; margin-top: 12px; } .heading.overlay+h2 { color: #FFF; font-family: "futurademi", Arial, sans-serif; line-height: 1.2; margin-top: 4px; margin-top: 0.25rem; } .heading.overlay+h2.space-top { margin-top: 12px; margin-top: 0.75rem; } @media only screen and (min-width: 768px) { .heading { font-size: 28px; font-size: 1.75rem; } } @media only screen and (min-width: 992px) { .heading { font-size: 40px; font-size: 2.5rem; } .heading .main-title { font-size: 48px; font-size: 3rem; } .heading.overlay+h2 { font-size: 21.6px; font-size: 1.35rem; } } @media only screen and (min-width: 1200px) { .heading { font-size: 48px; font-size: 3rem; } .heading .main-title { font-size: 56px; font-size: 3.5rem; } .heading.h2 { margin-top: 10px; } } .funnel-heading { font-family: "futurademi", Arial, sans-serif; color: #67b7bf; margin: 48px 0 16px; margin: 3rem 0 1rem; } .funnel-heading.large { text-align: center; } .funnel-heading.discreet { color: #999; } .stroked-heading { position: relative; text-align: center; padding: 0 16px; padding: 0 1rem; margin-top: 48px; margin-top: 3rem; } .stroked-heading span { background-color: #FFF; display: inline-block; padding: 0 8px; padding: 0 0.5rem; } .client-space-heading { padding: 0 0 16px; padding: 0 0 1rem; margin-bottom: 32px; margin-bottom: 2rem; border-bottom: 1px solid #ccc; } .client-space-heading:not(:first-child) { margin-top: 64px; margin-top: 4rem; } .client-space-heading span { color: #67b7bf; } .client-space-heading a, .client-space-heading button { float: right; } hr { border: 0; height: 1px; background: #ccc; margin: 48px 0; margin: 3rem 0; } hr[rounded] { background-color: #66B6BE; border: 1px solid #66B6BE; border-radius: 7px 7px 7px 7px; height: 2px; width: 100%; margin-left: auto; margin-right: auto; margin-top: 5px; margin-bottom: 20px; } hr[bottom-0] { margin-bottom: 0; } h1[underline-rounded], h2[underline-rounded], h3[underline-rounded], h4[underline-rounded], h5[underline-rounded], h6[underline-rounded] { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-left: auto; margin-right: auto; } .hint--custom::before { display: none; } .hint--custom::after { color: white; border-radius: 5px 5px 5px 5px; background: #838282; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .hint--bottom.hint--custom::after { box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25); } .hint--top-left.hint--custom::after { left: 0%; border-radius: 5px 5px 0px 5px; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); margin-left: 0; } .hint--top-right.hint--custom::after { left: 100%; border-radius: 5px 5px 5px 0px; margin-left: 0; } .hint--bottom-left.hint--custom::after { left: 0%; border-radius: 5px 0px 5px 5px; box-shadow: 4px -4px 4px rgba(0, 0, 0, 0.25); margin-left: 0; } .hint--bottom-right.hint--custom::after { left: 100%; border-radius: 0px 5px 5px 5px; box-shadow: -4px -4px 4px rgba(0, 0, 0, 0.25); margin-left: 0; } .icon-data { position: relative; display: inline-block; font-family: "jamendo-all-icons"; font-style: normal; font-weight: 400; text-transform: none; text-transform: none; line-height: 1; } .icon { color: inherit; position: relative; display: inline-block; font-family: "jamendo-all-icons"; font-style: normal; font-weight: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; font-size: 16px; font-size: 1rem; height: 16px; height: 1rem; width: 16px; width: 1rem; line-height: 1; speak: none; } .icon.red { color: red; } .icon.big { font-size: 40px; font-size: 2.5rem; height: 40px; height: 2.5rem; width: 40px; width: 2.5rem; } .icon.large { font-size: 32px; font-size: 2rem; height: 32px; height: 2rem; width: 32px; width: 2rem; } .icon.medium-large { font-size: 28px; font-size: 1.75rem; height: 28px; height: 1.75rem; width: 28px; width: 1.75rem; } .icon.medium { font-size: 24px; font-size: 1.5rem; height: 24px; height: 1.5rem; width: 24px; width: 1.5rem; } .icon.medium-small { font-size: 22px; font-size: 1.375rem; height: 22px; height: 1.375rem; width: 22px; width: 1.375rem; } .icon.small { font-size: 12px; font-size: 0.75rem; height: 12px; height: 0.75rem; width: 12px; width: 0.75rem; } .icon-add-to-playlist:before { content: "" } .icon-add-thin:before { content: "" } .icon-album:before { content: "" } .icon-camera:before { content: "" } .icon-chevron-thiner:before { content: "" } .icon-clockwise:before { content: "" } .icon-comment-2:before { content: "" } .icon-counterclockwise:before { content: "" } .icon-cross-delete-2:before { content: "" } .icon-cross-delete-full:before { content: "" } .icon-date:before { content: "" } .icon-duration:before { content: "" } .icon-edit-rounded:before { content: "" } .icon-external-link:before { content: "" } .icon-flag:before { content: "" } .icon-follow:before { content: "" } .icon-go-to:before { content: "" } .icon-go-to-light:before { content: "" } .icon-handle:before { content: "" } .icon-hexagon-mask:before { content: "" } .icon-info-full-new2:before { content: "" } .icon-info-new2:before { content: "" } .icon-lock:before { content: "" } .icon-music-listened:before { content: "" } .icon-pause-rounded:before { content: "" } .icon-phone:before { content: "" } .icon-picture:before { content: "" } .icon-playlist:before { content: "" } .icon-playlist-access:before { content: "" } .icon-play-next:before { content: "" } .icon-play-stroke:before { content: "" } .icon-play-stroke-full:before { content: "" } .icon-profile:before { content: "" } .icon-queue-access:before { content: "" } .icon-remove-from-playlist:before { content: "" } .icon-send:before { content: "" } .icon-sort-full:before { content: "" } .icon-sort-stroke:before { content: "" } .icon-thumbs-down:before { content: "" } .icon-thumbs-up:before { content: "" } .icon-triangle-fill:before { content: "" } .icon-triangle-full:before { content: "" } .icon-too-old:before { content: "" } .icon-undo:before { content: "" } .icon-video-bold:before { content: "" } .icon-vk:before { content: "" } .icon-volume-minus:before { content: "" } .icon-add:before { content: "" } .icon-add-to-queue:before { content: "" } .icon-alert-full:before { content: "" } .icon-alert-line:before { content: "" } .icon-archive:before { content: "" } .icon-arrow-bullet:before { content: "" } .icon-breadcrumb:before { content: "" } .icon-cart:before { content: "" } .icon-cart-new:before { content: "" } .icon-cart-new2:before { content: "" } .icon-cart-new2-add:before { content: "" } .icon-cart-new2-added:before { content: "" } .icon-cart-new-add:before { content: "" } .icon-cc:before { content: "" } .icon-cc-by:before { content: "" } .icon-cc-nc:before { content: "" } .icon-cc-nd:before { content: "" } .icon-cc-sa:before { content: "" } .icon-certificate:before { content: "" } .icon-check:before { content: "" } .icon-checkbox-checked-bordered:before { content: "" } .icon-checkbox-checked-plain:before { content: "" } .icon-checkbox-unchecked:before { content: "" } .icon-chevron-down:before { content: "" } .icon-chevron-left:before { content: "" } .icon-chevron-new2:before { content: "" } .icon-chevron-right:before { content: "" } .icon-chevron-up:before { content: "" } .icon-close:before { content: "" } .icon-comment:before { content: "" } .icon-copy:before { content: "" } .icon-credit-card-back:before { content: "" } .icon-credit-card-front:before { content: "" } .icon-cross-delete:before { content: "" } .icon-download:before { content: "" } .icon-download-thin:before { content: "" } .icon-edit:before { content: "" } .icon-error-4xx:before { content: "" } .icon-error-5xx:before { content: "" } .icon-facebook:before { content: "" } .icon-facebook-f:before { content: "" } .icon-fast-backward:before { content: "" } .icon-fast-forward:before { content: "" } .icon-filter:before { content: "" } .icon-globe:before { content: "" } .icon-heart:before { content: "" } .icon-heart-on:before { content: "" } .icon-hexagon:before { content: "" } .icon-hexagon-on:before { content: "" } .icon-history:before { content: "" } .icon-home:before { content: "" } .icon-info-full-new21:before { content: "" } .icon-info-new21:before { content: "" } .icon-information:before { content: "" } .icon-instagram:before { content: "" } .icon-licence-lt_large_x:before { content: "" } .icon-licence-lt_personal_x:before { content: "" } .icon-licence-lt_standard_x:before { content: "" } .icon-link:before { content: "" } .icon-linkedin:before { content: "" } .icon-mail:before { content: "" } .icon-menu:before { content: "" } .icon-menu-secondary:before { content: "" } .icon-menu-tradingdesk:before { content: "" } .icon-messenger:before { content: "" } .icon-music-note:before { content: "" } .icon-mute:before { content: "" } .icon-my-music-tradingdesk:before { content: "" } .icon-my-music-tradingdesk2:before { content: "" } .icon-next:before { content: "" } .icon-pause:before { content: "" } .icon-pdf:before { content: "" } .icon-phone1:before { content: "" } .icon-play:before { content: "" } .icon-previous:before { content: "" } .icon-queue:before { content: "" } .icon-radio-checked-chevron:before { content: "" } .icon-radio-checked-chevron-plain:before { content: "" } .icon-radio-checked-round:before { content: "" } .icon-radio-unchecked:before { content: "" } .icon-reddit:before { content: "" } .icon-refine:before { content: "" } .icon-remove:before { content: "" } .icon-repeat:before { content: "" } .icon-repeat-one:before { content: "" } .icon-repost:before { content: "" } .icon-sad:before { content: "" } .icon-search:before { content: "" } .icon-share:before { content: "" } .icon-share-stroke:before { content: "" } .icon-share-video:before { content: "" } .icon-shuffle:before { content: "" } .icon-similar:before { content: "" } .icon-skip-next:before { content: "" } .icon-skip-previous:before { content: "" } .icon-sort:before { content: "" } .icon-sound:before { content: "" } .icon-streaming:before { content: "" } .icon-trash:before { content: "" } .icon-twitter:before { content: "" } .icon-user:before { content: "" } .icon-user-new2:before { content: "" } .icon-video:before { content: "" } .icon-volume:before { content: "" } .icon-warning:before { content: "" } .icon-wrong:before { content: "" } .icon-youtube:before { content: "" } .icon-add-to-playlist-s:before { content: "" } .icon-add-to-queue-s:before { content: "" } .icon-close-s:before { content: "" } .icon-comment-s:before { content: "" } .icon-date-s:before { content: "" } .icon-download-s:before { content: "" } .icon-duration-s:before { content: "" } .icon-external-link-s:before { content: "" } .icon-flag-s:before { content: "" } .icon-follow-s:before { content: "" } .icon-handle-s:before { content: "" } .icon-heart-on-s:before { content: "" } .icon-lock-s:before { content: "" } .icon-menu-secondary-s:before { content: "" } .icon-pause-s:before { content: "" } .icon-picture-s:before { content: "" } .icon-playlist-access-s:before { content: "" } .icon-queue-access-s:before { content: "" } .icon-repost-s:before { content: "" } .icon-send-s:before { content: "" } .icon-share-s:before { content: "" } .icon-sort-s:before { content: "" } .icon-thumbs-down-s:before { content: "" } .icon-thumbs-up-s:before { content: "" } .icon-play-s:before { content: "" } .icon-user-s:before { content: "" } .icon-data-add-to-playlist:before { content: "" } .icon-data-add-thin:before { content: "" } .icon-data-album:before { content: "" } .icon-data-camera:before { content: "" } .icon-data-chevron-thiner:before { content: "" } .icon-data-clockwise:before { content: "" } .icon-data-comment-2:before { content: "" } .icon-data-counterclockwise:before { content: "" } .icon-data-cross-delete-2:before { content: "" } .icon-data-cross-delete-full:before { content: "" } .icon-data-date:before { content: "" } .icon-data-duration:before { content: "" } .icon-data-edit-rounded:before { content: "" } .icon-data-external-link:before { content: "" } .icon-data-flag:before { content: "" } .icon-data-follow:before { content: "" } .icon-data-go-to:before { content: "" } .icon-data-go-to-light:before { content: "" } .icon-data-handle:before { content: "" } .icon-data-hexagon-mask:before { content: "" } .icon-data-info-full-new2:before { content: "" } .icon-data-info-new2:before { content: "" } .icon-data-lock:before { content: "" } .icon-data-music-listened:before { content: "" } .icon-data-pause-rounded:before { content: "" } .icon-data-phone:before { content: "" } .icon-data-picture:before { content: "" } .icon-data-playlist:before { content: "" } .icon-data-playlist-access:before { content: "" } .icon-data-play-next:before { content: "" } .icon-data-play-stroke:before { content: "" } .icon-data-play-stroke-full:before { content: "" } .icon-data-profile:before { content: "" } .icon-data-queue-access:before { content: "" } .icon-data-remove-from-playlist:before { content: "" } .icon-data-send:before { content: "" } .icon-data-sort-full:before { content: "" } .icon-data-sort-stroke:before { content: "" } .icon-data-thumbs-down:before { content: "" } .icon-data-thumbs-up:before { content: "" } .icon-data-triangle-fill:before { content: "" } .icon-data-triangle-full:before { content: "" } .icon-data-too-old:before { content: "" } .icon-data-undo:before { content: "" } .icon-data-video-bold:before { content: "" } .icon-data-vk:before { content: "" } .icon-data-volume-minus:before { content: "" } .icon-data-add:before { content: "" } .icon-data-add-to-queue:before { content: "" } .icon-data-alert-full:before { content: "" } .icon-data-alert-line:before { content: "" } .icon-data-archive:before { content: "" } .icon-data-arrow-bullet:before { content: "" } .icon-data-breadcrumb:before { content: "" } .icon-data-cart:before { content: "" } .icon-data-cart-new:before { content: "" } .icon-data-cart-new2:before { content: "" } .icon-data-cart-new2-add:before { content: "" } .icon-data-cart-new2-added:before { content: "" } .icon-data-cart-new-add:before { content: "" } .icon-data-cc:before { content: "" } .icon-data-cc-by:before { content: "" } .icon-data-cc-nc:before { content: "" } .icon-data-cc-nd:before { content: "" } .icon-data-cc-sa:before { content: "" } .icon-data-certificate:before { content: "" } .icon-data-check:before { content: "" } .icon-data-checkbox-checked-bordered:before { content: "" } .icon-data-checkbox-checked-plain:before { content: "" } .icon-data-checkbox-unchecked:before { content: "" } .icon-data-chevron-down:before { content: "" } .icon-data-chevron-left:before { content: "" } .icon-data-chevron-new2:before { content: "" } .icon-data-chevron-right:before { content: "" } .icon-data-chevron-up:before { content: "" } .icon-data-close:before { content: "" } .icon-data-comment:before { content: "" } .icon-data-copy:before { content: "" } .icon-data-credit-card-back:before { content: "" } .icon-data-credit-card-front:before { content: "" } .icon-data-cross-delete:before { content: "" } .icon-data-download:before { content: "" } .icon-data-download-thin:before { content: "" } .icon-data-edit:before { content: "" } .icon-data-error-4xx:before { content: "" } .icon-data-error-5xx:before { content: "" } .icon-data-facebook:before { content: "" } .icon-data-facebook-f:before { content: "" } .icon-data-fast-backward:before { content: "" } .icon-data-fast-forward:before { content: "" } .icon-data-filter:before { content: "" } .icon-data-globe:before { content: "" } .icon-data-heart:before { content: "" } .icon-data-heart-on:before { content: "" } .icon-data-hexagon:before { content: "" } .icon-data-hexagon-on:before { content: "" } .icon-data-history:before { content: "" } .icon-data-home:before { content: "" } .icon-data-info-full-new21:before { content: "" } .icon-data-info-new21:before { content: "" } .icon-data-information:before { content: "" } .icon-data-instagram:before { content: "" } .icon-data-licence-lt_large_x:before { content: "" } .icon-data-licence-lt_personal_x:before { content: "" } .icon-data-licence-lt_standard_x:before { content: "" } .icon-data-link:before { content: "" } .icon-data-linkedin:before { content: "" } .icon-data-mail:before { content: "" } .icon-data-menu:before { content: "" } .icon-data-menu-secondary:before { content: "" } .icon-data-menu-tradingdesk:before { content: "" } .icon-data-messenger:before { content: "" } .icon-data-music-note:before { content: "" } .icon-data-mute:before { content: "" } .icon-data-my-music-tradingdesk:before { content: "" } .icon-data-my-music-tradingdesk2:before { content: "" } .icon-data-next:before { content: "" } .icon-data-pause:before { content: "" } .icon-data-pdf:before { content: "" } .icon-data-phone1:before { content: "" } .icon-data-play:before { content: "" } .icon-data-previous:before { content: "" } .icon-data-queue:before { content: "" } .icon-data-radio-checked-chevron:before { content: "" } .icon-data-radio-checked-chevron-plain:before { content: "" } .icon-data-radio-checked-round:before { content: "" } .icon-data-radio-unchecked:before { content: "" } .icon-data-reddit:before { content: "" } .icon-data-refine:before { content: "" } .icon-data-remove:before { content: "" } .icon-data-repeat:before { content: "" } .icon-data-repeat-one:before { content: "" } .icon-data-repost:before { content: "" } .icon-data-sad:before { content: "" } .icon-data-search:before { content: "" } .icon-data-share:before { content: "" } .icon-data-share-stroke:before { content: "" } .icon-data-share-video:before { content: "" } .icon-data-shuffle:before { content: "" } .icon-data-similar:before { content: "" } .icon-data-skip-next:before { content: "" } .icon-data-skip-previous:before { content: "" } .icon-data-sort:before { content: "" } .icon-data-sound:before { content: "" } .icon-data-streaming:before { content: "" } .icon-data-trash:before { content: "" } .icon-data-twitter:before { content: "" } .icon-data-user:before { content: "" } .icon-data-user-new2:before { content: "" } .icon-data-video:before { content: "" } .icon-data-volume:before { content: "" } .icon-data-warning:before { content: "" } .icon-data-wrong:before { content: "" } .icon-data-youtube:before { content: "" } .icon-data-add-to-playlist-s:before { content: "" } .icon-data-add-to-queue-s:before { content: "" } .icon-data-close-s:before { content: "" } .icon-data-comment-s:before { content: "" } .icon-data-date-s:before { content: "" } .icon-data-download-s:before { content: "" } .icon-data-duration-s:before { content: "" } .icon-data-external-link-s:before { content: "" } .icon-data-flag-s:before { content: "" } .icon-data-follow-s:before { content: "" } .icon-data-handle-s:before { content: "" } .icon-data-heart-on-s:before { content: "" } .icon-data-lock-s:before { content: "" } .icon-data-menu-secondary-s:before { content: "" } .icon-data-pause-s:before { content: "" } .icon-data-picture-s:before { content: "" } .icon-data-playlist-access-s:before { content: "" } .icon-data-queue-access-s:before { content: "" } .icon-data-repost-s:before { content: "" } .icon-data-send-s:before { content: "" } .icon-data-share-s:before { content: "" } .icon-data-sort-s:before { content: "" } .icon-data-thumbs-down-s:before { content: "" } .icon-data-thumbs-up-s:before { content: "" } .icon-data-play-s:before { content: "" } .icon-data-user-s:before { content: "" } .icon-information:hover { cursor: pointer; } .icon-bell { background-image: url(https://images.jamendo.com/jamendolicensing/icon/bell-white.svg); background-repeat: no-repeat; } .icon-shape { border: 3px solid #67b7bf; background-color: #67b7bf; width: 24px; height: 24px; border-radius: 50%; margin: 0 auto; display: block; position: relative; } .icon-shape::after { content: ""; display: block; position: absolute; } .icon-shape.checked::after { top: 2px; left: 5px; width: 7px; height: 12px; border: solid #FFF; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .loader { width: 24px; width: 1.5rem; height: 24px; height: 1.5rem; display: none; margin: 0 auto; } .loader span { width: 4px; width: 0.25rem; height: 4px; height: 0.25rem; margin: 0 2px; margin: 0 0.125rem; background-color: #67b7bf; float: left; } .loader span:last-child { margin-right: 0; } .loader span:nth-child(1) { -webkit-animation: loaderAnimation 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s; animation: loaderAnimation 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s; } .loader span:nth-child(2) { -webkit-animation: loaderAnimation 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite -0.2s; animation: loaderAnimation 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite -0.2s; } .loader span:nth-child(3) { -webkit-animation: loaderAnimation 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite -0.4s; animation: loaderAnimation 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite -0.4s; } .loader.is-visible { display: block; } @-webkit-keyframes loaderAnimation { 0% { height: 20%; margin-top: 40% } 50% { height: 84%; margin-top: 8% } 100% { height: 20%; margin-top: 40% } } @keyframes loaderAnimation { 0% { height: 20%; margin-top: 40% } 50% { height: 84%; margin-top: 8% } 100% { height: 20%; margin-top: 40% } } p { font-size: inherit; line-height: inherit; color: #646464; display: inline-block; } p.overlay { color: #FFF; } p.overlay a:link, p.overlay a:visited, p.overlay a:hover, p.overlay a:active { color: #FFF; } p.discreet { color: #999; } p.strong { color: #67b7bf; } p[capitalize] { text-transform: capitalize; } p.size-40 { font-size: 40px; } p.size-24 { font-size: 24px; } p.size-18 { font-size: 18px; } .pill { display: inline-block; position: relative; min-width: 16px; min-width: 1rem; height: 16px; height: 1rem; padding: 0 4px; padding: 0 0.25rem; font-style: normal; color: #FFF; line-height: 1.6; text-align: center; z-index: 0; } .pill:before { border-radius: 8px; border-radius: 0.5rem; content: ''; background-color: #67b7bf; z-index: -1; } .s { display: inline-block; background-repeat: no-repeat; } .s.payment-method, .s.security-code { background-image: url("https://images.jamendo.com/jamendolicensing/sprites/sprite-payment-methods.webp?v2"); } .s.spread { background-image: url("https://images.jamendo.com/jamendolicensing/sprites/sprite-spread.webp?v2"); } .s.payment-method { margin-right: 12px; margin-right: 0.75rem; height: 36px; } .s.payment-method.is-off { opacity: 0.3; filter: alpha(opacity=30); } .s.payment-method.mastercard { width: 41px; background-position: 0px 0px; } .s.payment-method.amex { width: 42px; background-position: -41px 0px; } .s.payment-method.visa { width: 44px; background-position: -83px 0px; } .s.payment-method.paypal { width: 70px; background-position: -127px 0px; } .s.payment-method.secure { background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/secure-payments.svg"); width: 90px; height: 43px; background-position: bottom; margin-bottom: 7px; } @media only screen and (max-width: 480px) { .s.payment-method.secure { width: 80px; } } .s.payment-method.ingenico { background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/ingenico.svg"); width: 75px; height: 50px; background-position: bottom; } @media only screen and (max-width: 480px) { .s.payment-method.ingenico { width: 75px; } } .s.security-code { height: 128px; width: 203px; display: block; margin-bottom: 16px; margin-bottom: 1rem; } .s.security-code.visa-mastercard { background-position: 0px -36px; } .s.security-code.amex { background-position: -203px -36px; } .s.spread { height: 16px; width: 16px; display: inline-block; } .s.spread.gmail { background-position: 0px 0px; } .s.spread.outlook { background-position: -50px 0px; } .s.spread.yahoo { background-position: -25px 0px; width: 21px; } .svg.logo { height: 36px; width: 102px; fill: #FFF; background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/jamendo-licensing-logo-white.svg"); background-repeat: no-repeat; background-size: contain; } .svg.logo.small { height: 27px; width: 77px; } picture.svg { display: block; background-repeat: no-repeat; background-position: center; background-size: contain; background-color: transparent; } picture.svg.visa { width: 30px; height: 30px; background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/visa-logo.svg"); } picture.svg.mastercard { width: 45px; height: 40px; background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/mastercard-logo.svg"); } picture.svg.amex { width: 26px; height: 26px; background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/american-express-logo.svg"); } picture.svg.secure-payments { width: 83px; height: 43px; background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/secure-payments.svg"); } picture.svg.ingenico { width: 63px; height: 50px; background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/ingenico.svg"); } picture.svg.paypal-icon { width: 28px; height: 28px; background-size: 88%; background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/paypall-icon.svg"); } ul.regular { list-style-type: disc; list-style-position: inside; margin-bottom: 16px; margin-bottom: 1rem; } .informational-block { margin-bottom: 16px; margin-bottom: 1rem; color: #b3b3b3; } .informational-block__heading { margin-bottom: 8px; margin-bottom: 0.5rem; font-family: "futurademi", Arial, sans-serif; } .informational-block__perks li { line-height: 1.334; margin-bottom: 2px; margin-bottom: 0.125rem; } .informational-block__perks li:last-child { margin-bottom: 0; } .informational-block p { color: inherit; } .informational-block.bordered { padding: 16px; padding: 1rem; border: 1px solid #ebebeb; } .informational-block.bordered.heavy { padding: 24px; padding: 1.5rem; border-width: 8px; border-width: 0.5rem; } .informational-link, .informational-link-2 { position: relative; color: gray; line-height: 1.334; padding-left: 24px; padding-left: 1.5rem; display: inline-block; text-decoration: underline; } .informational-link:focus, .informational-link-2:focus { outline: none; } .informational-link:hover, .informational-link-2:hover { color: #676767; } .hero-track+.container.informational { margin: 16px auto; margin: 1rem auto; } .informational-overlay, .informational-overlay-track-pack { color: #FFF; z-index: 1100; } .informational-overlay__top-bar, .informational-overlay-track-pack__top-bar { opacity: 0.98; filter: alpha(opacity=98); background-color: #000; text-align: right; padding: 16px 12px; padding: 1rem 0.75rem; width: 100%; color: #67b7bf; } .informational-overlay__top-bar .icon, .informational-overlay-track-pack__top-bar .icon { margin-left: 16px; vertical-align: top; } .informational-overlay__title, .informational-overlay-track-pack__title { display: inline-block; vertical-align: top; line-height: 1.334; text-transform: uppercase; margin: 0; } .informational-overlay__content, .informational-overlay-track-pack__content { padding-top: 48px; padding-top: 3rem; } .informational-overlay__content.center, .informational-overlay-track-pack__content.center { text-align: center; } .informational-overlay__heading, .informational-overlay-track-pack__heading { text-transform: uppercase; border-bottom: 2px solid #FFF; font-family: "futurademi", Arial, sans-serif; margin-bottom: 24px; margin-bottom: 1.5rem; display: inline-block; } .informational-overlay__subheading, .informational-overlay-track-pack__subheading { margin-bottom: 4px; margin-bottom: 0.25rem; } .informational-overlay__subheading .button, .informational-overlay-track-pack__subheading .button { border: none; padding: 0.125rem 0.5rem 0; } .informational-overlay__list, .informational-overlay-track-pack__list { list-style-type: disc; margin: 0 0 16px 16px; margin: 0 0 1rem 1rem; } .informational-overlay__got-it, .informational-overlay-track-pack__got-it { z-index: 2; margin: 32px 0; margin: 2rem 0; } .informational-overlay__got-it:not(:hover), .informational-overlay-track-pack__got-it:not(:hover) { background-color: transparent !important; } .informational-overlay.is-visible, .informational-overlay-track-pack.is-visible { visibility: visible; opacity: 0.95; filter: alpha(opacity=95); } .informational-overlay.is-visible.tradingdesk, .informational-overlay-track-pack.is-visible.tradingdesk { opacity: 1; } .informational-overlay.is-visible.tradingdesk .informational-overlay__content.center, .informational-overlay-track-pack.is-visible.tradingdesk .informational-overlay__content.center { width: 50% } .informational-overlay__cover-close, .informational-overlay-track-pack__cover-close { z-index: 1; content: '' } @media only screen and (min-width: 992px) { .informational-overlay__top-bar, .informational-overlay-track-pack__top-bar { padding: 48px 48px; padding: 3rem 3rem; } .informational-overlay__content .row [class^=col]:first-child, .informational-overlay-track-pack__content .row [class^=col]:first-child { padding-right: 24px; padding-right: 1.5rem; } .informational-overlay__content .row [class^=col]:last-child, .informational-overlay-track-pack__content .row [class^=col]:last-child { padding-left: 24px; padding-left: 1.5rem; } } .button-list.login { margin-bottom: 32px; margin-bottom: 2rem; width: 100% } .button-list.login>li { margin-bottom: 6px; margin-bottom: 0.375rem; line-height: 1.334; margin-bottom: 16px; margin-bottom: 1rem; display: block; text-align: center; } .button-list.login>li:last-child { margin-bottom: 4rem; } .button-list.login>li:last-child a { margin-left: 6px; padding-top: 3px; padding-bottom: 2px; } .button-list.horizontal>li { margin: 6px; margin: 0.375rem; display: inline-block; } .button-list.horizontal>li:first-child { margin-left: 0; } .button-list.horizontal>li:last-child { margin-right: 0; } .button-list.vertical { margin-bottom: 32px; margin-bottom: 2rem; width: 100% } .button-list.vertical>li { margin-bottom: 16px; margin-bottom: 1rem; display: block; } .button-list.vertical>li:last-child { margin-bottom: 0; } .button-list.large { max-width: 400px; max-width: 25rem; } .track-list { margin-top: 20px; } .track { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 24px; margin-right: 24px; margin-bottom: 1.25rem; padding-left: 10px; padding-right: 10px; position: relative; } @media only screen and (max-width: 768px) { .track { margin-left: 5px; margin-right: 5px; padding-right: 0; } } .track--header { margin-top: 30px; margin-bottom: 0 !important; text-transform: uppercase; font-size: 12px; } @media only screen and (max-width: 1200px) { .track--header { display: none; } } .track--action-is-open { background: #F5F8FA; border-radius: 6px; } .track__listened { width: 6px; height: 6px; position: relative; border-radius: 50%; background: #C4C4C4; } .track__play { width: 60px; height: 60px; position: relative; white-space: nowrap; font-size: 0; margin-left: 10px; } @media only screen and (max-width: 1200px) { .track__play { padding: 0; width: 40px; height: 40px; } } @media only screen and (max-width: 480px) { .track__play { padding: 0; width: 36px; height: 36px; } } .track__play--header { height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } .track__play img { border-radius: 50% } @media only screen and (max-width: 1200px) { .track__play img { visibility: hidden; } } .track__play__button:hover { font-size: 36px; } @media only screen and (max-width: 1200px) { .track__play__button { left: 0; } .track__play__button::before { content: none; background-color: transparent; } .track__play__button i { color: #67b7bf !important; background-color: transparent; } .track__play__button.is-switched-on { background-color: transparent; } .track__play__button.is-switched-on .loader { border-color: #67b7bf; } .track__play__button.is-switched-on .loader span { background-color: #67b7bf; } } .track__information { padding-left: 16px; padding-left: 1rem; -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; } @media only screen and (max-width: 768px) { .track__information { padding-left: 0.5rem; text-align: left; width: calc(100% - 330px); } } @media only screen and (max-width: 480px) { .track__information { width: calc(100% - 115px); } } .track__information--header { text-align: center; font-size: 12px; } .track__information .track-information-container { overflow: visible; } .track__information .track-information-container .title-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .track__information .track-information-container .title-container .title { text-overflow: ellipsis; overflow: hidden; margin-right: 3px; line-height: 1.3rem; } .track__information .track-information-container .title-container .contentid-icon { margin-left: 5px; margin-right: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .track__information .track-information-container .title-container .contentid-icon img { width: 14px; height: 14px; } .track__information .track-information-container .artist-name {} @media only screen and (max-width: 480px) { .track__information .track-information-container .artist-name { font-size: 11px; font-size: 0.6875rem; } } @media only screen and (max-width: 480px) { .track__information .track-information-container .tags { display: none; } } .track__information .track-information-container .new { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; border-radius: 5px; padding: 4px; text-transform: uppercase; color: white; font-size: 10px; } .track__rating { min-width: 250px; text-align: center; white-space: nowrap; } .track__rating select { display: none; } .track__rating p { margin-bottom: 4px; } .track__rating .br-widget { height: 28px; white-space: nowrap; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .track__rating .br-widget a { height: 20px; width: 20px; margin: 0 3px; background-size: cover; background-repeat: no-repeat; background-position: center; background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/rating-star-gray.svg"); } .track__rating .br-widget a.br-selected { background-image: url("https://images.jamendo.com/jamendolicensing/static/vector-imgs/rating-star-blue.svg"); } .track__time { display: none; } @media only screen and (min-width: 1201px) { .track__time { display: table-cell; vertical-align: middle; height: 64px; } } .track__time--header { height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } .track__time__wrap { display: table; height: 64px; } .track__time__wrap--header { height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } .track__time__waveform { height: auto; height: 64px; height: 4rem; height: 64px; } .track__time__waveform--header { height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } @media only screen and (min-width: 1200px) { .track__time__waveform__wrap { display: block; width: 168px; height: 64px; } } @media only screen and (min-width: 1250px) { .track__time__waveform__wrap { width: 220px; } } @media only screen and (min-width: 1300px) { .track__time__waveform__wrap { width: 250px; } } @media only screen and (min-width: 1400px) { .track__time__waveform__wrap { width: 305px; } } @media only screen and (min-width: 1450px) { .track__time__waveform__wrap { width: 355px; } } @media only screen and (min-width: 1500px) { .track__time__waveform__wrap { width: 400px; } } @media only screen and (min-width: 1600px) { .track__time__waveform__wrap { width: 500px; } } @media only screen and (min-width: 1700px) { .track__time__waveform__wrap { width: 580px; } } @media only screen and (min-width: 1800px) { .track__time__waveform__wrap { width: 680px; } } @media only screen and (min-width: 2100px) { .track__time__waveform__wrap { width: 980px; } } .track__time__waveform__wrap--header { height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } .track__time__duration { width: 60px; height: 64px; text-align: left; color: black; text-align: center; } .track__time__duration--header { color: #636363; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } .track__time__bpm { width: 60px; height: 64px; text-align: left; color: black; text-align: center; } .track__time__bpm--header { color: #636363; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } .track__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; max-width: 330px; width: auto; } @media only screen and (max-width: 480px) { .track__actions { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } .track__actions--header>li { width: 46px; } .track__actions__button { padding: 10px; height: 46px; width: 46px; } @media only screen and (max-width: 768px) { .track__actions__button { display: none !important; } } .track__actions__button--3dots { display: none; background-image: url(https://images.jamendo.com/jamendolicensing/icon/3dots.svg); background-repeat: no-repeat; background-position: center; } @media only screen and (max-width: 768px) { .track__actions__button--3dots { display: block !important; } } .track__actions__button__icon { font-size: 22px; width: 22px; height: 22px; color: #4A4A4A; } .track__actions__button__icon:hover { color: #67b7bf; } .track__cta { text-align: right; white-space: nowrap; } @media only screen and (max-width: 920px) { .track__cta { padding: 0; margin-right: 4px; } } .track__cta--header { width: 100px; color: #636363; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media only screen and (max-width: 1200px) { .track__cta--header { display: none; } } .track__cta--header-small { width: 30px; } .track__cta .mobile-cart-cta { display: none; } .track__popin { display: none; } @media only screen and (max-width: 768px) { .track__popin { position: absolute; top: 50px; z-index: 2; background-color: white; width: calc(100% - 60px); height: 60px; margin-left: 20px; border: 1px solid #000; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .track__popin__left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50%; height: 100% } .track__popin__right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50%; height: 100% } } .track__popin__button { width: 30px; height: 25px; color: #4A4A4A; margin: 0 7px; } .track__popin__button--add-to-playlist { background-image: url(https://images.jamendo.com/jamendolicensing/icon/add-to-playlist.svg); background-repeat: no-repeat; background-size: 30px 25px; } .track__popin__button--add-to-cart { background-image: url(https://images.jamendo.com/jamendolicensing/icon/add-to-cart.svg); background-repeat: no-repeat; background-size: 30px 25px; } .track__popin__button--added-to-cart { background-image: url(https://images.jamendo.com/jamendolicensing/icon/added-to-cart.svg); background-repeat: no-repeat; background-size: 30px 25px; } .track__popin__button--download { font-size: 25px; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } .track__popin .mobile-cart-cta { cursor: pointer; display: block; } .track__popin .mobile-cart-cta>i { color: #4A4A4A; font-size: 28px; } .track-information { color: #4d4d4d; } .track-information>div { height: 64px; height: 4rem; } .track-information .title { line-height: 1.143; } .track-information .artist-name, .track-information .tags { line-height: 1.455; } .track-information .artist-name { text-transform: uppercase; } .track-information .tags { color: gray; } .track-featured .cover img { position: absolute; z-index: -1; } .track-featured .cover button { z-index: 2; } .track-featured .mobile-cart-cta { display: none; } .track-featured .mobile-cart-cta:focus { outline: none; } .track-featured .button-cart.transparent { margin-top: 10px !important; } @media only screen and (max-width: 1200px) { .track-featured .button-cart.transparent { border-color: #67b7bf; } } .track-featured .track-information { height: 76px; height: 4.75rem; } .track-featured .track-information .hero-track__tags { display: block; } @media only screen and (min-width: 1200px) { .track-featured .track-information .hero-track__tags .tag: nth-child(n+4) { display: none; } .track-featured .track-information .hero-track__tags .tag:nth-child(3)::after { display: none; } } .track-featured .track-information .hero-track__tags .tag a { color: #646464; text-decoration: none; } .track-featured .track-information .hero-track__tags .tag a:hover { color: #67b7bf; } @media only screen and (max-width: 650px) { .track-featured .buy-buttons-container { float: left; margin-right: 12px; } .track-featured .buy-buttons-container .button-cart:not(.transparent) { display: none; } .track-featured .buy-buttons-container .mobile-cart-cta { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: -4px; } .track-featured .change-license-container { float: left; margin-top: -6px; width: calc(100% - 45px); } .track-featured .hero-track__actions { clear: both; margin-top: 66px; } } .track-landing { position: relative; min-width: 420px; width: 33%; padding-top: 15px; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; } @media only screen and (max-width: 1268px) { .track-landing { width: 50% } } @media only screen and (max-width: 840px) { .track-landing { width: 100%; min-width: 100%; padding-left: 10px; padding-right: 10px; } } @media only screen and (max-width: 840px) { .track-landing--hide-mobile { display: none; } } .track-landing__container { padding: 10px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100% } .track-landing__container--action-is-open { background: #F5F8FA; border-radius: 6px; } .track-landing__container__listened { margin-left: 14px; width: 5px; height: 5px; border-radius: 50%; background: #66B6BE; } .track-landing__container__button-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 60px; height: 45px; } @media only screen and (max-width: 700px) { .track-landing__container__button-container { margin-left: 0; } } .track-landing__container__information { max-width: calc(100% - 100px); width: 100%; margin-left: 14px; } .track-landing__container__information__link-wrap { text-decoration: none; } .track-landing__container__information__link-wrap:hover { text-decoration: none; } .track-landing__container__information__link-wrap__title-container { display: -webkit-box; display: -ms-flexbox; display: flex; } .track-landing__container__information__link-wrap__title-container__title { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: var(--color-main); } .track-landing__container__information__link-wrap__title-container__contentid-icon { margin-left: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .track-landing__container__information__link-wrap__artist-name { width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: var(--color-main); font-size: var(--font-size-small); } .track-landing__container__actions { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; } .track-landing__container__actions__button { width: 30px; height: 25px; color: #4A4A4A; margin: 0 7px; } .track-landing__container__actions__button--3dots { background-image: url(https://images.jamendo.com/jamendolicensing/icon/3dots.svg); background-repeat: no-repeat; width: 30px; height: 18px; background-position: center; } .track-landing__container__actions__button--add-to-playlist { background-image: url(https://images.jamendo.com/jamendolicensing/icon/add-to-playlist.svg); background-repeat: no-repeat; background-size: 30px 25px; } .track-landing__container__actions__button--add-to-cart { background-image: url(https://images.jamendo.com/jamendolicensing/icon/add-to-cart.svg); background-repeat: no-repeat; background-size: 30px 25px; } .track-landing__container__actions__button--added-to-cart { background-image: url(https://images.jamendo.com/jamendolicensing/icon/added-to-cart.svg); background-repeat: no-repeat; background-size: 30px 25px; } .track-landing__container__actions__button--download { font-size: 25px; } .track-landing__container__actions__button--hint-to-left::after { -webkit-transform: translateX(-100%) translateX(15px) translateY(8px) !important; transform: translateX(-100%) translateX(15px) translateY(8px) !important; } .track-landing__container__popin { position: absolute; top: 75px; z-index: 2; background-color: white; width: calc(100% - 55px); height: 60px; border: 1px solid #000; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .track-landing__container__popin__button { width: 30px; height: 25px; color: #4A4A4A; margin: 0 7px; } .track-landing__container__popin__button--add-to-playlist { background-image: url(https://images.jamendo.com/jamendolicensing/icon/add-to-playlist.svg); background-repeat: no-repeat; background-size: 30px 25px; } .track-landing__container__popin__button--add-to-cart { background-image: url(https://images.jamendo.com/jamendolicensing/icon/add-to-cart.svg); background-repeat: no-repeat; background-size: 30px 25px; } .track-landing__container__popin__button--added-to-cart { background-image: url(https://images.jamendo.com/jamendolicensing/icon/added-to-cart.svg); background-repeat: no-repeat; background-size: 30px 25px; } .track-landing__container__popin__button--download { font-size: 25px; } .pop-in { width: 288px; width: 18rem; white-space: normal; background-color: #fcfcfc; border: 2px solid #67b7bf; text-align: center; position: relative; display: inline-block; z-index: 1; } .pop-in__heading, .pop-in__tooltip { color: #67b7bf; line-height: 1.334; } .pop-in__heading { font-family: "futurademi", Arial, sans-serif; padding: 24px 24px 16px; padding: 1.5rem 1.5rem 1rem; } .pop-in__tooltip { padding: 16px; padding: 1rem; } .pop-in__input-text { margin: 0 24px 16px; margin: 0 1.5rem 1rem; } .pop-in__actions { margin: 0 24px 24px; margin: 0 1.5rem 1.5rem; } .pop-in__actions li { margin-bottom: 8px; margin-bottom: 0.5rem; } .pop-in__actions li:last-child { margin-bottom: 0; } .pop-in__links { padding: 24px; padding: 1.5rem; line-height: 1.7; } .pop-in__error-notification { margin: 0 24px 24px; margin: 0 1.5rem 1.5rem; } .pop-in__error-notification.reset { margin: initial; text-align: left; background-color: transparent; min-width: calc(250px - 2px); } .pop-in__error-notification.reset .error-notification { color: black; border: none; background-color: #ffd7d7; height: 34px; overflow: hidden; padding: 5px 10px; margin: 1px; } .pop-in__error-notification.reset .error-notification div { font-size: 13px; padding: 0; } .pop-in.xsmall { width: 80px; width: 5rem; } .pop-in.medium { width: 176px; width: 11rem; } .pop-in.small { width: 224px; width: 14rem; } .pop-in.large { width: 352px; width: 22rem; } .pop-in:after { position: absolute; content: ''; display: inline-block; z-index: 2; background-repeat: no-repeat; background-position: center center; } .pop-in.pin-top:after, .pop-in.pin-bottom:after { margin-left: -7px; width: 14px; height: 9px; left: 50% } .pop-in.pin-top.pin-first-corner:after, .pop-in.pin-top.pin-second-corner:after, .pop-in.pin-bottom.pin-first-corner:after, .pop-in.pin-bottom.pin-second-corner:after { margin-left: 0; } .pop-in.pin-top.pin-first-corner:after, .pop-in.pin-bottom.pin-first-corner:after { left: 16px; left: 1rem; } .pop-in.pin-top.pin-second-corner:after, .pop-in.pin-bottom.pin-second-corner:after { left: auto; right: 16px; right: 1rem; } .pop-in.pin-top { margin-top: 7px; margin-top: 0.4375rem; } .pop-in.pin-top:after { top: -9px; background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHpJREFUeNpiZMAB0rfvnw+kDIDYcaan4wd0eUY8mhKg3AvYNDPi0mQhJQ7mn3j2EqtmRlyaYrXVwGKLr97CqpkRnyYYwKaZkZAmXJqZidEEAvpiwgzvfvxkePL5qwSQ68FEjCYYAKmBBpoBw/yL1/7/+fOHJAzSAxBgAKElePtLslkqAAAAAElFTkSuQmCC); } .pop-in.pin-bottom { margin-bottom: 7px; margin-bottom: 0.4375rem; } .pop-in.pin-bottom:after { bottom: -9px; background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHVJREFUeNpimH/x2v8/f/6QhEF6mE48e8mw+OotBmIBSC1IDxOQfYFYzTBNQLAApNGRGM3ImmZ6OiYygljp2/cLAKn9QGxgISXOEKuthlcTiMEIk8SlGZsmFI3YNIMANk0YGtE1Q4UwNGHViKb5AjZNIAAQYADGxIAVTAN62gAAAABJRU5ErkJggg==); } .pop-in.pin-top-center: after { left: 50% !important; } .pop-in.pin-left:after, .pop-in.pin-right:after { margin-top: -7px; width: 9px; height: 14px; top: 50% } .pop-in.pin-left.pin-first-corner:after, .pop-in.pin-left.pin-second-corner:after, .pop-in.pin-right.pin-first-corner:after, .pop-in.pin-right.pin-second-corner:after { margin-top: 0; } .pop-in.pin-left.pin-first-corner:after, .pop-in.pin-right.pin-first-corner:after { top: 16px; top: 1rem; } .pop-in.pin-left.pin-second-corner:after, .pop-in.pin-right.pin-second-corner:after { top: auto; bottom: 16px; bottom: 1rem; } .pop-in.pin-left { margin-left: 7px; margin-left: 0.4375rem; } .pop-in.pin-left:after { left: -9px; background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG1JREFUeNpiZMAC0rfvFwBS+4HYwEJKnIGJkIJYbTVURdgUgAATIQVwRfgUgBURUgAzCa8CmKILDAQA00xPx0QgveDEs5cMi6/ewmkSAyGF8CDApxAlMHEpxIgWbAoZcfkIGH7zgVQCKGgAAgwAxHxAe7xtnzgAAAAASUVORK5CYII=); } .pop-in.pin-right { margin-right: 7px; margin-right: 0.4375rem; } .pop-in.pin-right:after { right: -9px; background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHVJREFUeNpinH/x2v8Tz14yAMGCmZ6OiQxYAFOsthqDhZQ4iJ2Qvn3/fKyKQAQhhUwwBj6FTMgcXAqZ0I3GppDxz58 //7E5dvHVWwwwXzMxEAYGTARMuQDEjkyEFAAD+AMTIQUovsOlAK4InwKwIkIKQAAgwADUg1PBIMjodQAAAABJRU5ErkJggg==); } .pop-in.pin-small.pin-top.pin-first-corner: after, .pop-in.pin-small.pin-bottom.pin-first-corner:after { left: 9px; left: 0.5625rem; } .pop-in.pin-small.pin-top.pin-second-corner:after, .pop-in.pin-small.pin-bottom.pin-second-corner:after { right: 9px; right: 0.5625rem; } .pop-in.pin-small.pin-left.pin-first-corner:after, .pop-in.pin-small.pin-right.pin-first-corner:after { top: 9px; top: 0.5625rem; } .pop-in.pin-small.pin-left.pin-second-corner:after, .pop-in.pin-small.pin-right.pin-second-corner:after { bottom: 9px; bottom: 0.5625rem; } .pop-in.dark { background-color: #333; border: 2px solid #FFF; color: #FFF; } .pop-in.dark .pop-in__heading, .pop-in.dark .pop-in__tooltip { color: #FFF; } .pop-in.dark .pop-in__links a:link, .pop-in.dark .pop-in__links a:visited { color: #FFF; } .pop-in.dark .pop-in__links a:hover, .pop-in.dark .pop-in__links a:active { color: #67b7bf; } .pop-in.dark.pin-top:after { background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHNJREFUeNpiYMAB/v //Px+IzwOxAAOxAKoJBojTDNO0efNmMCZKM7ImY2NjMCaoGZsmfJoZYZqAVMKWLVsYGhoasLoGJO7j4wNiXgBiR2ZiNIHAgQMHGKSkpBjU1NQkgFwPRpD9hDRhs5mFFE0wjSAAEGAAf8mVcA0BiOQAAAAASUVORK5CYII=); } .pop-in.dark.pin-bottom: after { background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpi3Lx58/+GhgYGUgBIPZOPjw8DKRpBakF6mIDsC8RqhmkCggUgjY7EaEbWxMjImAgW/P //vwAQnwfi/yA/Gxsbo2CQGBTMxzARl2a8mnBpJkoTNs1Ea8KiGacmgAADAO6wiEaijulFAAAAAElFTkSuQmCC); } .pop-in.dark.pin-left: after { background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGpJREFUeNpiYMAC/v //LwDE54H4/+bNm/8TVGBsbPyfoAIQZkJWAKT2A7HBli1bGBoaGuCamQgpACsipABmEl4FMEUXGAgAJkZGxkQgvcDHxwevSQzEKEQOp/noYYQRmLgUEmUiUVYDBBgA+OKF4c3w584AAAAASUVORK5CYII=); } .pop-in.dark.pin-right: after { background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG9JREFUeNpi2Lx5838omM+ACxgbG/8nqBCkiKBCmCJ8CpmQOQ0NDQxbtmwBMROQFTKhm4xNIQs2d4IUgoCPjw9IIaZJWIABEy6TgKaAmBeA2JGJkAJGRsYPTIQU4ArM80AsgC9aMBWAAEEFQAAQYAAblIRWjsxv2QAAAABJRU5ErkJggg==); } .pop-in.tips { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: auto; max-width: 370px; position: relative; padding: 1.25rem; background-color: #67b7bf; border-radius: 6px; } .pop-in.tips[larger] { width: 550px; } .pop-in.tips h1, .pop-in.tips p, .pop-in.tips ul, .pop-in.tips ol { padding: 0; font-weight: 400; font-size: 14px; font-size: 0.875rem; color: #FFF; text-align: left; line-height: normal; cursor: default; white-space: initial; border: none; } .pop-in.tips h1 span, .pop-in.tips p span, .pop-in.tips ul span, .pop-in.tips ol span { font-family: "futurabold", Arial, sans-serif; letter-spacing: 1px; } .pop-in.tips p { line-height: 1.3; } .pop-in.tips p span { text-transform: uppercase; } .pop-in.tips ol { margin-left: 1.25rem; } .pop-in.tips h1 { font-size: 1.125rem; font-family: "futurabold", Arial, sans-serif; color: #FFF; margin: 12px 0; margin: 0.75rem 0; padding-right: 1.5rem; } .pop-in.tips button.close { position: absolute; right: 1rem; top: 1rem; } .pop-in.tips button.close i { line-height: 1; width: 100%; height: 100%; color: #FFF; transition: -webkit-transform .25s ease-out; transition: transform .25s ease-out; } .pop-in.tips button.close:hover i { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .pop-in.tips::before, .pop-in.tips::after { top: 100%; right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .pop-in.tips:before { border-color: rgba(245, 110, 110, 0); border-top-color: #67b7bf; border-width: 10px; right: 15px; } .pop-in.tips:after { background-image: none; border-color: rgba(255, 255, 255, 0); border-top-color: #67b7bf; border-width: 7px; right: 18px; } .pop-in.tips>div { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row-reverse; flex-flow: row-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100% } .pop-in.tips>div:last-of-type { margin-top: 1rem; } .pop-in.tips>div .button.ghost.skip-tips { border: none; padding: 0; margin-top: 9px; } .pop-in.tips>div .button.ghost.skip-tips div>span { display: inherit; } .pop-in.tips>div .button.ghost.skip-tips div>span:first-of-type { padding-right: 5px; text-transform: capitalize; } .pop-in.tips>div .button.ghost.skip-tips div>span:last-of-type { border-bottom: 1px solid #FFF; } .pop-in.tips>div .button.ghost.skip-tips:hover { color: #FFF; background-color: #67b7bf; } .pop-in.tips>div .button.ghost.skip-tips:hover div>span:last-of-type { font-family: "futurabold", Arial, sans-serif; } .pop-in.tips[color-warning] { background-color: #ed795a; border-color: #ed795a; } .pop-in.tips[color-warning]:before, .pop-in.tips[color-warning]:after { border-top-color: #ed795a; } .pop-in.tips[color-warning] .button.ghost:hover { color: #ed795a; } .pop-in.tips[color-warning] .button.ghost.skip-tips:hover { background-color: #ed795a; } .pop-in.tips.pin-first-corner:before, .pop-in.tips.pin-second-corner:before { display: none; } .pop-in.tips.pin-first-corner:after, .pop-in.tips.pin-second-corner:after { border-width: 10px; } .pop-in.tips.pin-top.pin-second-corner::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); top: -22px; } @media only screen and (max-width: 670px) { .pop-in.tips { width: auto; min-width: 370px; } } .pop-in.white-rounded-shadow { border: none; border-radius: 8px; -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3)); filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3)); } .pop-in.white-rounded-shadow::after { content: ''; background-image: none; width: 0; height: 0; right: 18px !important; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 10px solid #FFF; } .pop-in__language .pop-in__links a { text-transform: uppercase; text-decoration: none; } .add-to-playlist-box { z-index: 760 !important; } .pop-in.add-to-playlist { z-index: 760 !important; } .pop-in.add-to-playlist .pop-in__actions li { display: block !important; margin-top: 15px; } @media only screen and (max-width: 460px) { .pop-in.add-to-playlist { display: block; position: fixed; top: 64px !important; right: 0; bottom: 0; left: 0; outline: 0; width: 100% } .pop-in.add-to-playlist:after { display: none !important; } .pop-in.add-to-playlist ul { height: calc(100% - 106px); max-height: none !important; } .pop-in.add-to-playlist li { width: 100% !important; } } .pop-in.add-to-playlist .pop-in__heading .close { display: none; position: absolute; top: 0; right: 0; } @media only screen and (max-width: 460px) { .pop-in.add-to-playlist .pop-in__heading .close { display: block; } } .pop-in.add-to-playlist .pop-in__heading .close i { transition: -webkit-transform .25s ease-out; transition: transform .25s ease-out; } .pop-in.add-to-playlist .pop-in__heading .close i:hover { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .pop-in.add-to-playlist .pop-in__playlist-add { width: 100%; height: 48px; height: 3rem; } .pop-in.add-to-playlist .pop-in__playlist-add>div:first-child { width: 100% } .pop-in.add-to-playlist .pop-in__playlist-add input { width: 100%; height: 100%; border: none; outline: none; color: #646464; padding: 0 8px; padding: 0 0.5rem; } .pop-in.add-to-playlist .pop-in__playlist-add button { height: 48px; height: 3rem; min-width: 48px; min-width: 3rem; padding: 0 12px; padding: 0 0.75rem; white-space: nowrap; background-color: #67b7bf; color: #FFF; } .pop-in.add-to-playlist .pop-in__playlist-add button:hover { background-color: #48a2ab; } .pop-in.add-to-playlist .pop-in__playlist-add button.disabled, .pop-in.add-to-playlist .pop-in__playlist-add button:disabled, .pop-in.add-to-playlist .pop-in__playlist-add button[disabled] { cursor: not-allowed; opacity: 0.5; filter: alpha(opacity=50); } .pop-in-component { position: relative; display: inline-block; text-align: initial; } .pop-in-wrapper { position: absolute; display: none; z-index: 200; } .pop-in-wrapper.force-display { display: block !important; } .pop-in-wrapper.top-left, .pop-in-wrapper.top-center, .pop-in-wrapper.top-right { bottom: 100%; margin-bottom: 8px; margin-bottom: 0.5rem; } .pop-in-wrapper.bottom-left, .pop-in-wrapper.bottom-center, .pop-in-wrapper.bottom-right { top: 100%; margin-top: 8px; margin-top: 0.5rem; } .pop-in-wrapper.bottom-center.from-icon { left: -28px; } .pop-in-wrapper.bottom-right.from-icon { right: -14px; } .pop-in-wrapper.top-left, .pop-in-wrapper.bottom-left { left: 0% } .pop-in-wrapper.top-center, .pop-in-wrapper.bottom-center { left: 50% } .pop-in-wrapper.top-right, .pop-in-wrapper.bottom-right { right: 0% } .pop-in-wrapper.top-center .pop-in, .pop-in-wrapper.bottom-center .pop-in { margin-left: -50% } .pop-in-wrapper.left-top, .pop-in-wrapper.left-bottom { right: 100%; margin-right: 8px; margin-right: 0.5rem; } .pop-in-wrapper.right-top, .pop-in-wrapper.right-bottom { left: 100%; margin-left: 8px; margin-left: 0.5rem; } .pop-in-wrapper.left-top, .pop-in-wrapper.right-top { top: 0; } .pop-in-wrapper.left-bottom, .pop-in-wrapper.right-bottom { bottom: 0; } .pop-in-wrapper[z-600] { z-index: 600; } .product-access { background-color: #ebebeb; margin-top: 16px; margin-top: 1rem; padding: 24px; padding: 1.5rem; } .product-access__heading { margin-bottom: 8px; margin-bottom: 0.5rem; color: #67b7bf; } @media only screen and (min-width: 768px) { .product-access__split>div { padding-top: 16px; padding-top: 1rem; } .product-access__split>div:first-child { padding-right: 32px; padding-right: 2rem; } .product-access__split>div:last-child { padding-left: 32px; padding-left: 2rem; border-left: 1px solid #ccc; } } .mobile-tease { padding: 0 24px; padding: 0 1.5rem; margin-bottom: 24px; margin-bottom: 1.5rem; max-width: 1280px; max-width: 80rem; background-color: #67b7bf; } .mobile-tease__headline { width: 100%; font-weight: "futurabook", Arial, sans-serif; text-transform: uppercase; color: #FFF; } .mobile-tease__headline span { display: block; font-family: "futurademi", Arial, sans-serif; line-height: 1; margin-bottom: 8px; margin-bottom: 0.5rem; } .mobile-tease__headline, .mobile-tease__badges { padding: 24px 0; padding: 1.5rem 0; } .mobile-tease__visual, .mobile-tease__badges { white-space: nowrap; } .mobile-tease__visual { display: none; padding: 0 32px; padding: 0 2rem; } @media only screen and (min-width: 992px) { .mobile-tease { display: table; width: 100% } .mobile-tease>div { display: table-cell; vertical-align: middle; } } .client-space-heading+.mobile-tease { margin-top: -16px; margin-top: -1rem; } .image-tease { display: table; width: 100%; padding: 0 24px; padding: 0 1.5rem; margin-bottom: 24px; margin-bottom: 1.5rem; max-width: 1280px; max-width: 80rem; height: 180px; background-image: url("https://images.jamendo.com/jamendolicensing/heroes/hero-live-stream-d-xl.webp"); background-size: 100%; background-position: center; background-repeat: no-repeat; background-color: #FFF; } .image-tease.gaming { background-image: url("https://images.jamendo.com/jamendolicensing/heroes/hero-gaming2-d-xl.webp"); background-position: top; } .client-space-heading+.image-tease { margin-top: -16px; margin-top: -1rem; } .product-bought { color: gray; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .product-bought__actions { white-space: nowrap; } .product-bought__summary, .product-bought__use, .product-bought__actions { margin-top: 8px; margin-top: 0.5rem; } .product-bought__use a:link, .product-bought__use a:visited { color: #ed795a; } .product-bought__use a:hover, .product-bought__use a:active { color: #e8542c; } .product-bought>div:last-child { padding-right: 0; } .product-bought.standalone { padding: 16px; padding: 1rem; background-color: #fcfcfc; border: 1px solid #67b7bf; } .product-bought__secondary { width: 65% } @media only screen and (min-width: 992px) { .product-bought__primary>div, .product-bought__secondary>div { display: table; width: 100% } .product-bought__primary>div>div, .product-bought__secondary>div>div { display: table-cell; vertical-align: middle; } .product-bought__title { width: 25% } .product-bought__primary { width: 35% } .product-bought__secondary { width: 65% } .product-bought__secondary>div>div { padding: 0 16px; padding: 0 1rem; } .product-bought__secondary>div>div.product-bought__use { width: 100% } .product-bought__secondary>div>div.product-bought__actions { padding-right: 0; } .product-bought__actions { text-align: right; } .product-bought__date { width: 80px; width: 5rem; } .product-bought__date>span { margin-right: 12px; } .product-bought.in-store .product-bought__primary { width: 40% } .product-bought.in-store .product-bought__secondary { width: 60% } } @media only screen and (max-width: 1200px) { .product-bought.live-stream .product-bought__primary { width: 40% } } .product-bought.live-stream .product-bought__secondary>div>div:first-child>div>div { max-width: 500px; overflow: hidden; text-overflow: ellipsis; } @media only screen and (max-width: 1500px) { .product-bought.live-stream .product-bought__secondary>div>div: first-child>div>div { max-width: 300px; } } @media only screen and (max-width: 1300px) { .product-bought.live-stream .product-bought__secondary>div>div: first-child>div>div { max-width: 150px; } } .product-bought.live-stream .product-bought__secondary { width: 100% } @media only screen and (max-width: 1200px) { .product-bought.live-stream .product-bought__secondary>div>div: first-child { display: none; } } .product-bought.live-stream .product-bought__secondary>div>div:last-child { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; } .product-bought.live-stream .product-bought__secondary>div>div:last-child>ul { min-width: 440px; max-width: 570px; white-space: initial; display: inline-block; margin-left: -0.375rem; margin-right: -0.375rem; } @media only screen and (max-width: 992px) { .product-bought.live-stream .product-bought__secondary>div>div: last-child>ul { min-width: initial; max-width: 100% } } .product-bought.live-stream .product-bought__secondary>div>div:last-child>ul li:first-child, .product-bought.live-stream .product-bought__secondary>div>div:last-child>ul li:last-child { margin: 0.375rem; } .product-bought .break { -ms-flex-preferred-size: 100%; flex-basis: 100%; height: 0; } .product-bought__contentid { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .product-bought__contentid__text a { cursor: pointer; } .product-bought__contentid__key-content__input { padding: 2px 5px; } .product-bought__contentid__key-content__icon { cursor: pointer; } .product-bought__contentid__info-text { padding-top: 5px; } .product-bought-list { max-width: 1280px; max-width: 80rem; } .product-bought-list>li { padding-bottom: 16px; padding-bottom: 1rem; margin-bottom: 16px; margin-bottom: 1rem; border-bottom: 1px solid #e6e6e6; } .product-bought-list>li:last-child { padding: 0; margin: 0; border-bottom: none; } .notification+.product-bought.standalone { margin-top: -1px; margin-top: -0.0625rem; } .product-summary { color: #4d4d4d; height: 48px; height: 3rem; } .product-summary__information>div>div .product-summary__additional { white-space: normal; } .product-summary__license { font-family: "futurademi", Arial, sans-serif; color: #67b7bf; } .product-summary__license.is-inactive { color: #ed795a; } .product-summary__license.is-terminated { color: #999; } @media only screen and (max-width: 1200px) { .product-summary__product.live-stream { display: none; } } @media only screen and (max-width: 992px) { .product-summary__product.live-stream { display: inline-block; } } .product-summary__cover { width: 81px; width: 5.0625rem; position: relative; } .product-summary__cover img, .product-summary__play, .product-summary__play button { width: 65px; width: 4.0625rem; height: 65px; height: 4.0625rem; } .product-summary__play { z-index: 1; } .product-summary__play button { z-index: 3; } .product-summary__author { text-transform: uppercase; } .product-summary.standalone { padding: 16px; padding: 1rem; margin-bottom: 32px; margin-bottom: 2rem; border: 1px solid #67b7bf; } .description-table td, .description-table th { padding: 16px; padding: 1rem; line-height: 1.334; border: 1px solid whitesmoke; } .description-table td.description-table__archive-download, .description-table th.description-table__archive-download { padding: 0; } .description-table th { background-color: #fcfcfc; font-family: "futurademi", Arial, sans-serif; } .description-table__archive-download a { padding: 16px; padding: 1rem; vertical-align: top; text-decoration: none; color: gray; } .description-table__archive-download a:link, .description-table__archive-download a:visited { color: #999; } .description-table__archive-download a:hover, .description-table__archive-download a:active { color: #67b7bf; } .description-table__archive-download a .icon { margin-right: 4px; margin-right: 0.25rem; } .invoice-table__line { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 80px; border-bottom: 1px solid #D1D1D6; padding: 10px 0; } .invoice-table__line>* { padding: 2px 10px; } @media only screen and (max-width: 768px) { .invoice-table__line>* { padding: 2px 2px; } } .invoice-table__line:last-child { border-bottom: none; } .invoice-table__line--header { color: black; padding-bottom: 10px; } .invoice-table__line__date { width: 132px; min-width: 132px; word-break: break-all; } @media only screen and (max-width: 768px) { .invoice-table__line__date { width: 25%; min-width: inherit; } } .invoice-table__line__date--header { word-break: normal; } .invoice-table__line__info { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } @media only screen and (max-width: 768px) { .invoice-table__line__info { display: none; } } .invoice-table__line__info__product { color: black; } .invoice-table__line__invoice-nb { width: 212px; min-width: 212px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } @media only screen and (max-width: 768px) { .invoice-table__line__invoice-nb { width: 25%; min-width: inherit; } } .invoice-table__line__price { width: 155px; min-width: 155px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } @media only screen and (max-width: 768px) { .invoice-table__line__price { width: 25% } } .invoice-table__line__download { width: 100px; min-width: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } @media only screen and (max-width: 768px) { .invoice-table__line__download { width: 25%; min-width: inherit; } } .invoice-table__line__download__icon { background-image: url(https://images.jamendo.com/jamendolicensing/icon/invoice-download.svg); background-repeat: no-repeat; width: 30px; height: 26px; } .invoice-table__line__more { width: 100px; min-width: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } @media only screen and (max-width: 768px) { .invoice-table__line__more { width: 25%; min-width: inherit; } } .invoice-table__line__break { display: none; } @media only screen and (max-width: 768px) { .invoice-table__line__break { display: block; -ms-flex-preferred-size: 100%; flex-basis: 100%; height: 20px; } } .invoice-table__line__mobile-more { display: none; width: 100% } @media only screen and (max-width: 768px) { .invoice-table__line__mobile-more { display: block; } } .invoice-table__line__mobile-more__line { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .invoice-table__line__mobile-more__line--header { color: black; padding-bottom: 10px; } .invoice-table__line__mobile-more__line__info { width: 50% } .invoice-table__line__mobile-more__line__info__product { color: black; } .invoice-table__line__mobile-more__line__price { width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } .base-table { width: 100%; max-width: 960px; max-width: 60rem; margin-bottom: 48px; margin-bottom: 3rem; } .base-table td, .base-table th { padding: 16px 24px; padding: 1rem 1.5rem; border-bottom: 1px solid #e6e6e6; } .base-table td:first-child, .base-table th:first-child { padding-left: 0 !important; } .base-table td:last-child, .base-table th:last-child { padding-right: 0 !important; } .base-table tr:last-child td { border-bottom: none; } .base-table th { line-height: 1.334; white-space: nowrap; } .base-table th.sortable:hover { cursor: pointer; } .base-table__tertiary { width: 88px; width: 5.5rem; white-space: nowrap; } .base-table__state.depleted { color: #b3b3b3; } .base-table__secondary { width: 96px; width: 6rem; white-space: nowrap; } .base-table__actions, .base-table__referral-amount { width: 1%; white-space: nowrap; } .base-table__referral-amount.paid { color: #b3b3b3; } .base-table__referral-amount.unpaid { color: #67b7bf; } .base-table.equal-row-height td { height: 74px; height: 4.625rem; } .base-table.narrow td, .base-table.narrow th { padding: 12px; padding: 0.75rem; } .base-table.referrals td:first-child { width: 50% } .base-table.referrals td { max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 1rem 0.5rem; } .client-space-heading+.history-table { margin-top: -16px; margin-top: -1rem; } #page-myaccount-invoices .base-table, #page-myaccount-credits .base-table, #page-myaccount-reseller-client-list .base-table, #page-myaccount-reseller-manage-stores .base-table { margin: auto; width: auto; } #page-myaccount-credits .base-table .base-table__primary { width: 310px; } #page-myaccount-reseller-downloads .description-table { margin: auto; } #page-myaccount-reseller-client-list .reseller_add_new_client .col-md-6:first-child { padding-left: 0; } #page-myaccount-reseller-client-list .reseller_add_new_client .col-md-6:last-child { padding-right: 0; } @media only screen and (max-width: 992px) { #page-myaccount-reseller-client-list .reseller_add_new_client .col-md-6: first-child, #page-myaccount-reseller-client-list .reseller_add_new_client .col-md-6:last-child { padding: 0; } } #page-myaccount-mymusic .playlist-actions .col-md-6 { padding-left: 0; } #page-myaccount-mymusic .playlist-actions .col-md-6 .button:last-child { margin-left: 0.5rem; } @media only screen and (max-width: 920px) { #page-myaccount-mymusic .button-cart { min-width: 180px; width: 180px; } } .search-filter { padding: 14px 24px; padding: 0.875rem 1.5rem; position: relative; width: 304px; width: 19rem; display: inline-block; } @media only screen and (max-width: 992px) { .search-filter { display: none; } } .search-filter--mobile { display: none !important; padding: 0; height: fit-contents; } @media only screen and (max-width: 768px) { .search-filter--mobile { display: block !important; } } @media only screen and (max-width: 768px) { .search-filter { display: none; } } .search-filter__heading { color: gray; padding-bottom: 24px; padding-bottom: 1.5rem; text-transform: none; } .search-filter__lists>li { padding-bottom: 24px; padding-bottom: 1.5rem; margin-bottom: 24px; margin-bottom: 1.5rem; border-bottom: 1px solid #ccc; } .search-filter__lists>li .heading { line-height: 2; text-align: left; margin: 0; font-family: "futurademi", Arial, sans-serif; color: gray; } .search-filter__lists>li:last-child { border-bottom: none; margin-bottom: none; } .search-filter__list { line-height: 2; } .search-filter__list a { position: relative; display: block; text-decoration: none; color: black !important; } .search-filter__list a.is-current:before { content: ''; display: block; background-color: #C4C4C4; width: 6px; width: 0.375rem; height: 6px; height: 0.375rem; border-radius: 100%; position: absolute; left: -12px; left: -0.75rem; margin-top: -3px; margin-top: -0.1875rem; top: 50% } .search-filter__list a.main { text-transform: uppercase; margin-bottom: 8px; margin-bottom: 0.5rem; font-family: "futurademi", Arial, sans-serif; color: gray; } .search-filter__list a.is-disabled { color: #afd9dd; } .search-filter__list a.is-disabled:hover { cursor: not-allowed; } .search-filter__list a .pill { margin-left: 8px; margin-left: 0.5rem; } .error-notification { padding: 16px; padding: 1rem; margin-bottom: 24px; margin-bottom: 1.5rem; border: 1px solid #ed795a; color: #ed795a; } .error-notification>div:first-child { padding-right: 16px; padding-right: 1rem; } .error-notification>div:last-child { line-height: 1.334; } .error-notification.success { border: 1px solid #67b7bf; color: #67b7bf; } fieldset { padding-top: 32px; padding-top: 2rem; margin-top: 8px; margin-top: 0.5rem; border-top-width: 1px; border-top-width: 0.0625rem; border-top-style: solid; border-top-color: #e6e6e6; } fieldset:first-of-type { border-top: none; padding-top: 0; margin-top: 0; } fieldset.reset { padding: 0; border: 0; } fieldset.reset:first-of-type { margin-top: inherit; } legend { margin-bottom: 0; text-transform: uppercase; -webkit-transform: translateY(0.5rem); transform: translateY(0.5rem); } label { position: relative; display: block; font-weight: initial; } .label-info { margin-left: 8px; margin-left: 0.5rem; vertical-align: top; } .form-group label:not(.error), .label { margin-bottom: 6px; margin-bottom: 0.375rem; line-height: 1.334; } .form-group label:not(.error).hitbox, .label.hitbox { line-height: inherit; } .form-group, .form-checkbox-buttons-group { margin-bottom: 24px; margin-bottom: 1.5rem; } .form-pick-group { margin-bottom: 16px; margin-bottom: 1rem; } .form-pick-group label.error { margin-top: 0; } .form-submit-group { text-align: center; } .form-inline-monofield>div:first-child { width: 100% } .form-inline-monofield>div:last-child { padding-left: 8px; padding-left: 0.5rem; } .form-inline-monofield [type=submit] { white-space: nowrap; } .form-group { position: relative; } .form-group.fieldset-heading label:not(.error):not(.success) { text-transform: uppercase; } .form-group.fieldset-heading label:not(.error):not(.success) span { text-transform: none; } .form-group.auto-width select { width: auto; display: inline-block; } .form-group.auto-width select+select { margin-left: -1px; } .form-control { color: #4d4d4d; height: 36px; height: 2.25rem; padding: 0 10px; padding: 0 0.625rem; border-color: #ccc; border-width: 1px; border-width: 0.0625rem; box-shadow: none; border-radius: 0; } .form-control:focus { border: 1px solid #67b7bf; box-shadow: 0 0 6px #afd9dd; } .form-control.branded { border-color: #67b7bf; border-width: 2px; border-radius: 4px; color: #67b7bf; text-transform: uppercase; line-height: 1; padding: 8px 32px 8px 12px; font-size: 15px; white-space: normal; word-break: break-all; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("https://images.jamendo.com/jamendolicensing/static/navigation/chevron-down.svg"); background-repeat: no-repeat; background-position: 92% center; background-size: 16px 16px; } .form-control.discreet { border-color: white; border-radius: 4px; color: #979797; font-family: "futurabook", Arial, sans-serif; text-transform: uppercase; line-height: initial; padding: 5px 32px 5px 12px; font-size: 14px; white-space: normal; word-break: break-word; width: auto; height: auto; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("https://images.jamendo.com/jamendolicensing/static/navigation/chevron-down-gray-8.svg"); background-repeat: no-repeat; background-position: 93% 49%; background-size: 13px 13px; } .form-control.discreet:focus { border: 1px solid #7d7d7d; box-shadow: none; } .form-control.xs { border: none; color: #979797; font-weight: 400; line-height: initial; padding: 8px; font-size: 12px; text-decoration: underline; white-space: normal; word-break: break-word; width: auto; height: auto; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form-control.xs:focus { border: none; box-shadow: none; } .form-control.blocked { cursor: default; pointer-events: none; background: none; } .form-control.width-100 { width: 100%; background-position: 95% 44%; padding: 8px 32px 8px 8px; } .form-control.input-line { border: none; border-bottom: 1px solid #cbcbcb; padding-left: 8px; font-size: 16px; } .form-control.input-line:focus { border-bottom: 1px solid #67b7bf; box-shadow: none; color: #48a2ab; } .form-control.simple { height: 43px; border: none; } .form-control.simple:focus { box-shadow: none; } .checkbox, .checkbox-inline, .radio, .radio-inline { margin: 0; } .checkbox label, .checkbox-inline label, .radio label, .radio-inline label { line-height: 1.23; color: #646464; cursor: pointer; min-height: 24px; min-height: 1.5rem; margin-bottom: 0; } label.error, label.success, .help-block { color: #999; font-weight: "futurabook", Arial, sans-serif; padding: 8px 0 0; padding: 0.5rem 0 0; line-height: 1.4; clear: both; } label.error, label.success { font-size: 11px !important; font-size: 0.6875rem !important; letter-spacing: 1px !important; color: #ed795a; } label.error.placeholder-error, label.success.placeholder-error { position: absolute; width: 100%; bottom: 0; height: 36px; background-color: #ffd7d7; margin: 0 0 1px 0; padding: 8px; font-size: 13px !important; letter-spacing: 0 !important; color: black; cursor: text; } label.error.placeholder-error.outside, label.success.placeholder-error.outside { position: relative; display: block; width: auto; height: auto; min-height: 36px; margin-top: 16px; line-height: 1.6; padding: 12px; cursor: default; } label.success { color: #67b7bf; } select.form-control { padding: 0rem 16px 0rem 6px; padding: 0rem 1rem 0rem 0.375rem; cursor: pointer; } input[type="checkbox"], input[type="radio"] { margin-top: 0; } input[type="checkbox"]:focus, input[type="radio"]:focus { border-color: none; box-shadow: none; outline: none; } ::-webkit-input-placeholder { color: #999; } :-moz-placeholder { color: #999; } ::-moz-placeholder { color: #999; } :-ms-input-placeholder { color: #999; } .form-checkbox-buttons-group__label { margin-bottom: 5px; margin-bottom: 0.3125rem; } .form-checkbox-buttons-group .checkbox-button { width: 33.33333% } .form-checkbox-buttons-group .checkbox-button:nth-child(3n+1) { padding: 3px 4px 3px 0; padding: 0.1875rem 0.25rem 0.1875rem 0; } .form-checkbox-buttons-group .checkbox-button:nth-child(3n+2) { padding: 3px 2px 3px 2px; padding: 0.1875rem 0.125rem 0.1875rem 0.125rem; } .form-checkbox-buttons-group .checkbox-button:nth-child(3n+3) { padding: 3px 0 3px 4px; padding: 0.1875rem 0 0.1875rem 0.25rem; } .form-checkbox-buttons-group .checkbox-button label { width: 100% } .form-checkbox-buttons-group__visible, .form-checkbox-buttons-group__expand-expendable { font-size: 0; } .form-checkbox-buttons-group__expand-expendable { display: none; } .form-checkbox-buttons-group__expand-trigger { display: block; width: 100%; text-align: right; color: #b3b3b3; } .form-checkbox-buttons-group__expand-trigger:after { content: '\25BC' } .form-checkbox-buttons-group__expand-trigger:focus { outline: 0; } .form-checkbox-buttons-group__expand.is-expanded .form-checkbox-buttons-group__expand-expendable { display: block; } .form-checkbox-buttons-group__expand.is-expanded .form-checkbox-buttons-group__expand-trigger:after { content: '\25B2' } .form-checkbox-buttons-group+.form-checkbox-buttons-group { margin-top: -8px; margin-top: -0.5rem; } .checkbox-button { display: inline-block; } .checkbox-button input[type="checkbox"] { display: none; } .checkbox-button input[type="checkbox"]:checked+label { background-color: #67b7bf; } .checkbox-button label { padding: 0 8px; padding: 0 0.5rem; border-radius: 4px; border-radius: 0.25rem; color: #FFF; line-height: 2; height: 24px; background-color: #b3b3b3; cursor: pointer; text-align: center; margin: 0; } .form-group-slider label { margin-bottom: 11px; margin-bottom: 0.6875rem; } .form-group-slider .informational-link { position: absolute; left: 27px; } .form-group-slider .informational-link .icon { top: -2px; } .form-group-slider .ltr-infos { float: right; text-align: right; } .form-group-slider .scale { position: relative; text-align: center; width: 100% } .form-group-slider .scale span { margin-top: 8px; margin-top: 0.5rem; text-align: center; vertical-align: top; float: left; color: #b3b3b3; } .form-group-slider .scale .intermediate { position: absolute; top: 0; } .form-group-slider .scale .start { text-align: left; } .form-group-slider .scale .end { float: right; text-align: right; } .form-group-slider .scale.scale10 .intermediate { left: 5%; right: 5% } .form-group-slider .scale.scale10 .intermediate span { width: 11.1111% } .input-card-security-code { width: 80px; width: 5rem; } .input-vat { margin-left: -1px; width: 160px; width: 10rem; display: inline-block; } .input-vat-country-prefix { padding: 0 12px; padding: 0 0.75rem; height: 36px; height: 2.25rem; border-style: solid; border-color: #ccc; border-width: 1px; border-width: 0.0625rem; display: inline-block; float: left; vertical-align: top; line-height: 3; text-align: center; white-space: nowrap; } .input-vat-country-prefix:empty { display: none; } .payment-methods { margin-top: 20px; margin-top: 1.25rem; } .payment-methods button:focus { outline: 0; } .form-group-paragraph { min-height: 90px; min-height: 5.625rem; } .form-group-paragraph p { margin-bottom: 20px; margin-bottom: 1.25rem; } .form-group.registrer input { margin-left: 0; } .form-group.registrer span { margin-left: 20px; } #funnel-payment fieldset { padding: 20px; padding: 1.25rem; margin-top: 8px; margin-top: 0.5rem; border-width: 1px; border-width: 0.0625rem; border-style: solid; border-color: #ebebeb; } #funnel-payment fieldset:first-of-type, #funnel-payment fieldset .country-form { border-top: solid; border-width: 1px; border-width: 0.0625rem; border-color: #ebebeb; padding-top: 1.25rem; margin-top: 0; margin-bottom: 16px; margin-bottom: 1rem; } #funnel-payment fieldset:first-of-type>.form-group, #funnel-payment fieldset .country-form>.form-group { margin-bottom: 0; } #funnel-payment fieldset:first-of-type button, #funnel-payment fieldset .country-form button { top: -3px; left: 7px; } #funnel-payment fieldset .credit-card-payment .row .form-group { margin-bottom: 0.25rem; } #funnel-payment fieldset.box-terms-conditions { border: none; padding-top: 8px; padding-top: 0.5rem; } .notification { color: #FFF; display: block; background-color: #67b7bf; opacity: 1; } .notification__body>*:first-child { padding-left: 24px; padding-left: 1.5rem; } .notification__icon, .notification__close { width: 48px; width: 3rem; } .notification__icon { padding-right: 16px; padding-right: 1rem; } .notification__text { padding: 16px 0; padding: 1rem 0; /**/ line-height: 1.143; } .notification__text a, .notification__text button { color: inherit; text-decoration: underline; } .notification__close button { width: 48px; width: 3rem; height: 48px; height: 3rem; opacity: 0.3; filter: alpha(opacity=30); color: #000; } .notification__close button .icon { line-height: 1.334; } .notification__close button:hover { color: #FFF; opacity: 1; filter: alpha(opacity=100); } .notification__close button:focus { outline: none; } .notification__countdown { height: 8px; height: 0.5rem; } .notification__countdown-bar { width: 100%; height: 100%; background-color: #000; opacity: .1; } .notification.self-destruct { -webkit-animation: destroyMe 0s ease-in 7s forwards; animation: destroyMe 0s ease-in 7s forwards; } .notification.self-destruct .notification__countdown-bar { -webkit-animation: barAnimation 7s linear; animation: barAnimation 7s linear; } .notification.warning { background-color: #ed795a; } .notification-float-list { position: fixed; top: 16px; top: 1rem; right: 16px; right: 1rem; width: 320px; width: 20rem; z-index: 630; } .notification-float-list>li { margin-bottom: 8px; margin-bottom: 0.5rem; } .notification-announcements-list { z-index: 630; position: relative; position: fixed; bottom: 0; left: 0; right: 0; } .notification-announcements-list>li { border-bottom: 1px solid #FFF; } .notification-announcements-list>li:last-child { border-bottom: none; } @-webkit-keyframes destroyMe { to { width: 0; height: 0; overflow: hidden; visibility: hidden; } } @keyframes destroyMe { to { width: 0; height: 0; overflow: hidden; visibility: hidden; } } @-webkit-keyframes barAnimation { to { width: 0% } } @keyframes barAnimation { to { width: 0% } } .picker-filter { padding-bottom: 24px; padding-bottom: 1.5rem; } .picker-filter>div { border-bottom: 1px solid #ccc; } .picker-filter>div:first-child { width: 100%; padding-right: 5.2px; padding-right: 0.325rem; } .picker-filter_input { padding: 6px 0; padding: 0.375rem 0; width: 100%; border: none; outline: none; } .picker-filter_clear { margin-right: -10px; margin-right: -0.625rem; } .picker-list { overflow-y: auto; background-color: #FFF; color: #646464; height: auto; line-height: 3rem; } .picker-list .item { height: 48px; height: 3rem; border-bottom: 1px solid #e6e6e6; } .picker-list .item:last-child { border-bottom: none; } .picker-list input[type=checkbox] { display: none; } .picker-list .hitbox { height: 100%; width: 100%; text-align: left; outline: none; padding: 0 16px 0 0; padding: 0 1rem 0 0; margin: 0; } .picker-list .hitbox .icon { margin-right: 12px; margin-right: 0.75rem; top: 2px; color: #ccc; } .picker-list .hitbox .icon.bordered { font-size: 11px; font-size: 0.6875rem; border: 1px solid; top: 0px; padding-top: 2px; padding-left: 1px; margin-right: 0.5rem; } .picker-list .hitbox:hover { cursor: pointer; } .picker-list .hitbox.is-checked .icon, .picker-list input[type=checkbox]:checked+.hitbox .icon { color: #67b7bf; } .picker-list.small { max-height: 145px; max-height: 9.0625rem; } .picker-list.large { max-height: 337px; max-height: 21.0625rem; } .picker-list.framed { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } .picker-list.framed .hitbox { padding-left: 16px; padding-left: 1rem; } .processing { position: relative; z-index: 0; } .processing:before { opacity: 0.85; filter: alpha(opacity=85); display: block; z-index: 10; background-color: #FFF; content: '' } .processing>.loader { position: absolute; top: 50%; left: 50%; margin-top: -12px; margin-top: -0.75rem; margin-left: -12px; margin-left: -0.75rem; z-index: 11; display: block; } tr.processing { opacity: 0.25; filter: alpha(opacity=25); } tr.processing:before { display: none; } .quantity-picker { display: inline; font-size: 0; white-space: nowrap; } .quantity-picker .minus, .quantity-picker .field, .quantity-picker .plus { height: 25.6px; height: 1.6rem; display: inline-block; vertical-align: top; } .quantity-picker .minus, .quantity-picker .plus { width: 24px; width: 1.5rem; font-weight: bold; background-color: #b3b3b3; line-height: 0; } .quantity-picker .minus:hover, .quantity-picker .plus:hover { background-color: #9a9a9a; cursor: pointer; text-decoration: none; } .quantity-picker .minus.disabled, .quantity-picker .plus.disabled { cursor: not-allowed; pointer-events: none; } .quantity-picker .minus .icon, .quantity-picker .plus .icon { font-size: 0.75rem; width: 0.75rem; height: 0.75rem; } .quantity-picker .minus { border-top-left-radius: 4px; border-top-left-radius: 0.25rem; border-bottom-left-radius: 4px; border-bottom-left-radius: 0.25rem; } .quantity-picker .plus { border-top-right-radius: 4px; border-top-right-radius: 0.25rem; border-bottom-right-radius: 4px; border-bottom-right-radius: 0.25rem; } .quantity-picker .field { width: 44.8px; width: 2.8rem; padding: 0 8px; padding: 0 0.5rem; display: inline-block; border: 1px solid #b3b3b3; border-left: none; border-right: none; color: #999; outline: none; } .quantity-picker.large .minus, .quantity-picker.large .plus { width: 32px; width: 2rem; height: 36px; height: 2.25rem; } .quantity-picker.large .icon { font-size: 1rem; width: 1rem; height: 1rem; } .quantity-picker.large .field { height: 36px; height: 2.25rem; width: 64px; width: 4rem; text-align: center; border: 2px solid #b3b3b3; border-left: none; border-right: none; margin-left: -2px; } .quantity-picker.prefilled .minus, .quantity-picker.prefilled .plus { background-color: #67b7bf; } .quantity-picker.prefilled .field { border-color: #67b7bf; color: #67b7bf; } .quantity-picker.rounded { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 160px; height: 40px; border: 1px solid black; border-radius: 20px; box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); } .quantity-picker.rounded .minus, .quantity-picker.rounded .plus { background-color: transparent; color: black; margin: 0 8px; } .quantity-picker.rounded .field { border: none; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; color: black; } .reseller-csv-error-list { border: 1px solid #ed795a; padding: 16px; padding: 1rem; margin-bottom: 32px; margin-bottom: 2rem; } .reseller-csv-error-list li:not(:last-child) { padding-bottom: 12px; padding-bottom: 0.75rem; margin-bottom: 12px; margin-bottom: 0.75rem; border-bottom: 1px solid #e6e6e6; } .reseller-csv-error-list .description { font-family: "futurademi", Arial, sans-serif; color: #ed795a; } .reseller-csv-error-list .error-row { margin: 12px 0 8px; margin: 0.75rem 0 0.5rem; } .reseller-csv-error-list .error-row td { padding: 6px; padding: 0.375rem; border: 1px solid #ccc; white-space: nowrap; } .reseller-csv-error-list .error-row td.error { border: 1px solid #ed795a; background-color: #ed795a; color: #FFF; } .reseller-csv-format .content { padding: 16px 16px 0; padding: 1rem 1rem 0; border: 1px solid whitesmoke; border-bottom: none; } .reseller-csv-format .title { font-family: "futurademi", Arial, sans-serif; margin-bottom: 8px; margin-bottom: 0.5rem; } .reseller-csv-format .example td, .reseller-csv-format .content th { width: 100% } .reseller-csv-format+.reseller-csv-format { margin-top: 8px; margin-top: 0.5rem; } .results-heading { padding: 16px 34px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media only screen and (max-width: 992px) { .results-heading { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @media only screen and (max-width: 768px) { .results-heading { padding: 0; } } .results-heading__count { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } @media only screen and (max-width: 992px) { .results-heading__count { text-align: center; } } @media only screen and (max-width: 768px) { .results-heading__count { display: none; } } .results-heading__count-text { padding-right: 16px; padding-right: 1rem; margin-right: 16px; margin-right: 1rem; display: inline-block; color: gray; background-color: #FFF; margin-bottom: 0; } @media only screen and (max-width: 992px) { .results-heading__count-text { padding-right: 0rem; margin-right: 0rem; } } .results-heading__count-text.highlight { padding-right: 16px; padding-right: 1rem; margin-right: 16px; margin-right: 1rem; color: gray; background-color: #FFF; font-size: 18px; font-weight: 350; color: #67b7bf; } @media only screen and (max-width: 992px) { .results-heading__count-text.highlight { padding-right: 0rem; margin-right: 0rem; } } .results-heading>button:focus { outline: none; } .results-heading__space { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } @media only screen and (max-width: 1300px) { .results-heading__space { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; } } .results-heading__action { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } @media only screen and (max-width: 768px) { .results-heading__action { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); width: 100% } } .results-heading__action__break { display: none; } @media only screen and (max-width: 768px) { .results-heading__action__break { display: block; -ms-flex-preferred-size: 100%; flex-basis: 100%; height: 0; } } @media only screen and (max-width: 768px) { .results-heading__action__license { display: block; width: 100% } .results-heading__action__license .button-default-license { width: 100%; min-height: 48px; border: none; border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8; padding: 0; box-shadow: none; } } @media only screen and (max-width: 768px) { .results-heading__action__filter { width: 50%; height: 100%; min-height: 48px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 5px; padding-right: 5px; } .results-heading__action__filter .button-checkbox .content-displaying { display: none; } .results-heading__action__filter__order { border: none; color: #646464; outline: none; cursor: pointer; font-size: 1rem; overflow: hidden; text-overflow: ellipsis; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; } } .results-heading__action__filter--mobile { display: none; } @media only screen and (max-width: 768px) { .results-heading__action__filter--mobile { display: -webkit-box; display: -ms-flexbox; display: flex; border-right: 1px solid #D8D8D8; margin-right: 0; } } .results-heading__action__filter:nth-child(2) { margin-right: 5px; } @media only screen and (max-width: 768px) { .results-heading__action__filter: nth-child(2) { padding-right: 5px; margin-right: 0; } } .results-heading__action__filter__refine { cursor: pointer; width: 100%; min-height: 44px; margin: 0; } @media only screen and (max-width: 768px) { .results-heading__action__filter__refine { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .results-heading__action__filter__refine span { margin-left: 3px; } } .hero+.section { margin-top: 64px; margin-top: 4rem; } .btn.btn--bordered:before { border-width: 1px; border-style: solid; background-color: transparent; } .btn.btn--bordered:before { border-color: #262626; } .btn:before { top: 12px; right: 0; bottom: 12px; left: 0; } .btn-fixed_btn:before, .btn-pill:before, .btn:before, .highlighted:before { background-color: #262626; } .btn-fixed_btn:after, .btn-fixed_btn:before, .btn-pill:after, .btn-pill:before, .btn-social:after, .btn-social:before, .btn-tag:before, .btn:after, .btn:before, .highlighted:before { position: absolute; z-index: -2; content: ""; } .icon-menu-secondary:before { content: ":"; font-size:20px; font-weight:900; } .icon-play-s:before { content: "▶"; } /* DA SISTEMARE Da qui in giu***********/ .overlayGetTuneIn .logo .logo-container .overlayGetTuneIn { display: none !important; width: 1px; } .overlayGetTuneIn { display: none !important; } .u-section-1 .u-sheet-1 { min-height: 500px; } .u-section-1 .u-layout-wrap-1 { margin-top: 60px; margin-bottom: 60px; position: relative; } .u-section-1 .u-layout-cell-1 { min-height: 400px; } .u-section-1 .u-container-layout-1 { padding: 30px; } .u-section-1 .u-text-1 { font-weight: 700; margin: 37px 0 0 20px; } .u-section-1 .u-text-2 { margin: 20px 0 0 20px; } .u-section-1 .u-btn-1 { background-image: none; border-style: solid; text-transform: uppercase; font-weight: 700; margin: 20px 0 0 auto; } .u-section-1 .u-layout-cell-2 { min-height: 200px; } .u-section-1 .u-container-layout-2 { padding: 30px; } .u-section-1 .u-image-1 { width: 169px; height: 99px; margin: 0 auto; } .u-section-1 .u-layout-cell-3 { min-height: 200px; } .u-section-1 .u-container-layout-3 { padding: 30px; } .u-section-1 .u-image-2 { width: 169px; height: 99px; margin: 0 auto; } .u-section-1 .u-layout-cell-4 { min-height: 200px; } .u-section-1 .u-container-layout-4 { padding: 30px; } .u-section-1 .u-image-3 { width: 169px; height: 99px; margin: 0 auto; } .u-section-1 .u-layout-cell-5 { min-height: 200px; } .u-section-1 .u-container-layout-5 { padding: 30px; } .u-section-1 .u-image-4 { width: 169px; height: 99px; margin: 0 auto; } .c-share { position: relative; width: 33px; height: 33px; } .c-share__input { display: none; } .c-share__input:checked~.c-share__toggler .c-share__icon { transition: 0s; width: 0; height: 0; color: #639eff; } .c-share__input:checked~.c-share__toggler .c-share__icon::before { transform: rotate(-45deg); } .c-share__input:checked~.c-share__toggler .c-share__icon::after { transform: rotate(45deg); } .c-share__input:checked~.c-share_options { width: 11.0625em; height: 12.5em; } .c-share__input:checked~.c-share_options::before, .c-share__input:checked~.c-share_options li { transition: 0.3s 0.15s; opacity: 1; transform: translateY(0); } .c-share__toggler, .c-share_options { position: absolute; right: 0; width: inherit; height: inherit; } .c-share__toggler { cursor: pointer; z-index: 1; display: flex; justify-content: center; align-items: center; } .c-share__icon { position: relative; left: -0.3125em; width: 0.5em; height: 0.5em; border-radius: 50%; color: black; } .c-share__icon::before, .c-share__icon::after { content: ""; position: absolute; width: 1em; height: 0.125em; background-color: currentColor; transition: 0.1s; } .c-share__icon::before { top: 0.1875em; left: 0.1875em; transform-origin: bottom left; transform: rotate(45deg); } .c-share__icon::after { top: -0.125em; left: 0.03125em; transform-origin: center; transform: rotate(-45deg); } .c-share_options { list-style: none; margin: 0; padding: 1.0625em 1.25em; box-sizing: border-box; overflow: hidden; transition: 0.2s; } .c-share_options::before { content: attr(data-title); display: block; margin-bottom: 1.25em; font-weight: 700; } .c-share_options li { font-size: 0.875em; color: #464646; cursor: pointer; } .c-share_options li:not(:last-child) { margin-bottom: 0.75em; } .c-share_options::before, .c-share_options li { opacity: 0; transform: translateY(0.625em); transition: 0s; } .al-row-grid { max-width: 1400px; } .al-save { display: flex; align-items: center; justify-content: center; vertical-align: text-top !important; } .share { margin-left: -33px; padding-top: 11px; text-align: left; width: 16px; display: flex !important; align-items: center !important; justify-content: center!important; } .al-name-artist { color: black !important; } .artist-lable { font-size: 19px; text-align: center; font-weight: 700; padding-top: 12px; padding-left: 26%; } .spazio { padding-top: 100px; } .blk { color: #000 !important; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; height: 300px; /* Should be removed. Only for demonstration */ } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 600px) { .imageslider { display: none !important; } } @media screen and (max-width: 600px) { .column { width: 100%; } } #myCarousel .carousel-item .mask { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-attachment: fixed; } #myCarousel h4 { font-size: 50px; margin-bottom: 15px; color: #FFF; line-height: 100%; letter-spacing: 0.5px; font-weight: 600; } #myCarousel p { font-size: 18px; margin-bottom: 15px; color: #d5d5d5; } #myCarousel .carousel-item a { background: #F47735; font-size: 14px; color: #FFF; padding: 13px 32px; display: inline-block; } #myCarousel .carousel-item a:hover { background: #394fa2; text-decoration: none; } #myCarousel .carousel-item h4 { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } #myCarousel .carousel-item p { -webkit-animation-name: slideInRight; animation-name: slideInRight; } #myCarousel .carousel-item a { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } #myCarousel .carousel-item .mask img { -webkit-animation-name: slideInRight; animation-name: slideInRight; display: block; height: auto; max-width: 100%; } #myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img { -webkit-animation-duration: 1s; animation-duration: 1.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } #myCarousel .container { max-width: 1430px; } #myCarousel .carousel-item { height: 100%; min-height: 550px; } #myCarousel { position: relative; z-index: 1; background-color: #cec3c1; background-size: cover; } .carousel-control-next, .carousel-control-prev { height: 40px; width: 40px; padding: 12px; top: 50%; bottom: auto; transform: translateY(-50%); background-color: #f47735; } .carousel-item { position: relative; display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; transition: -webkit-transform .6s ease; transition: transform .6s ease; transition: transform .6s ease, -webkit-transform .6s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; } .carousel-fade .carousel-item { opacity: 0; -webkit-transition-duration: .6s; transition-duration: .6s; -webkit-transition-property: opacity; transition-property: opacity } .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active { opacity: 1 } .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active { opacity: 0 } .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0) } @supports (transform-style:preserve-3d) { .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } @-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; } .mx-auto2 { height: 345px; } .al-title-carousel { color: black !important; } a { color: #000 !important; } .is-hidden, [display^=none] { display: none } @font-face { font-family: futurabook; src: url(../fonts/futura-book.woff2) format("woff2"), url(../fonts/futura-book.woff) format("woff") } @font-face { font-family: futurademi; src: url(../fonts/futura-demi.woff2) format("woff2"), url(../fonts/futura-demi.woff) format("woff") } @font-face { font-family: futurabold; src: url(../fonts/futura-bold.woff2) format("woff2"), url(../fonts/futura-bold.woff) format("woff") } @font-face { font-family: jamendo-licensing-icons; src: url(data:font/woff;base64,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) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(../fonts/jamendo-all-icons.eot), url(../fonts/jamendo-all-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/jamendo-all-icons.svg#jamendo-all-icons) format("svg") } .chosen-container { position: relative; display: inline-block; vertical-align: middle; user-select: none } .chosen-container .chosen-drop { position: absolute; top: 100%; left: -9999px; z-index: 1010; width: 100%; background: #fff } .chosen-container.chosen-with-drop .chosen-drop { left: 0 } .chosen-container a { cursor: pointer } .chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name { margin-right: 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: 400; color: #999 } .chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after { content: ":"; padding-left: 2px; vertical-align: top } .chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; border: 1px solid #aaa; background-color: #fff; background-clip: padding-box; color: #444; text-decoration: none; white-space: nowrap } .chosen-container-single .chosen-default { color: #999 } .chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap } .chosen-container-single .chosen-single-with-deselect span { margin-right: 38px } .chosen-container-single .chosen-single abbr { position: absolute; top: 6px; right: 26px; display: block; width: 12px; height: 12px; font-size: 1px } .chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px } .chosen-container-single .chosen-single div { position: absolute; top: 0; right: 0; display: block; height: 100% } .chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100% } .chosen-container-single .chosen-search { z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap } .chosen-container-single .chosen-search input[type=text] { margin: 1px 0; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0 } .chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 0 4px 4px; background-clip: padding-box } .chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; left: -9999px } .chosen-container .chosen-results { color: #444; position: relative; overflow-x: hidden; overflow-y: auto; max-height: 240px; -webkit-overflow-scrolling: touch } .chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 15px; word-wrap: break-word; -webkit-touch-callout: none } .chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer } .chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default } .chosen-container .chosen-results li.highlighted { color: #fff } .chosen-container .chosen-results li.no-results { color: #777; display: list-item; background: #f4f4f4 } .chosen-container .chosen-results li.group-result { display: list-item; font-weight: 700; cursor: default } .chosen-container .chosen-results li.group-option { padding-left: 15px } .chosen-container .chosen-results li em { font-style: normal; text-decoration: underline } .chosen-container .chosen-choices { position: relative; overflow: hidden; margin: 0; padding: 0 5px; width: 100%; height: auto; border: 1px solid #aaa; background-color: #fff; background-image: linear-gradient(#eee 1%, #fff 15%); cursor: text } .chosen-container .chosen-choices li { float: left; list-style: none } .chosen-container .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap } .chosen-container .chosen-choices li.search-field input[type=text] { padding: 0; outline: 0; border: 0!important; background: 0 0!important; box-shadow: none; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0 } .chosen-container .chosen-choices li.search-choice { position: relative; margin: 3px 5px 3px 0; background-size: 100% 19px; background-repeat: repeat-x; background-clip: padding-box; cursor: default } .chosen-container .chosen-choices li.search-choice span { word-wrap: break-word } .chosen-container .chosen-choices li.search-choice .search-choice-close { position: absolute; display: block } .chosen-container .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px } .chosen-container .chosen-choices li.search-choice-disabled { padding-right: 5px; border: 1px solid #ccc; background-color: #e4e4e4; background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); color: #666 } .chosen-container .chosen-choices li.search-choice-focus { background: #d4d4d4 } .chosen-container .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px } .chosen-container .chosen-results { margin: 0; padding: 0 } .chosen-container .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default } .chosen-container-active .chosen-single { border: 1px solid #5897fb } .chosen-container-active.chosen-with-drop .chosen-single { border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-image: linear-gradient(#eee 20%, #fff 80%) } .chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; background: 0 0 } .chosen-container-active .chosen-choices { border: 1px solid #5897fb; box-shadow: 0 0 5px rgba(0, 0, 0, .3) } .chosen-container-active .chosen-choices li.search-field input[type=text] { color: #222!important } .chosen-disabled { opacity: .5!important; cursor: default } .chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single { cursor: default } .chosen-rtl { text-align: right } .chosen-rtl .chosen-single { overflow: visible; padding: 0 8px 0 0 } .chosen-rtl .chosen-single span { margin-right: 0; margin-left: 26px; direction: rtl } .chosen-rtl .chosen-single-with-deselect span { margin-left: 38px } .chosen-rtl .chosen-single div { right: auto; left: 3px } .chosen-rtl .chosen-single abbr { right: auto; left: 26px } .chosen-rtl .chosen-choices li { float: right } .chosen-rtl .chosen-choices li.search-field input[type=text] { direction: rtl } .chosen-rtl .chosen-choices li.search-choice { margin: 3px 5px 3px 0; padding: 3px 5px 3px 19px } .chosen-rtl .chosen-choices li.search-choice .search-choice-close { right: auto; left: 4px } .chosen-rtl .chosen-drop, .chosen-rtl.chosen-container-single-nosearch .chosen-search { left: 9999px } .chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0 } .chosen-rtl .chosen-results li.group-option { padding-right: 15px; padding-left: 0 } .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none } .chosen-rtl .chosen-search input[type=text] { padding: 4px 5px 4px 20px; direction: rtl } .chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px } .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px } @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi), only screen and (min-resolution:1.5dppx) { .chosen-container .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] { background-image: url(chosen-sprite@2x.png)!important; background-size: 52px 37px!important; background-repeat: no-repeat!important } } .chosen-container { font-size: 12.25px; font-size: .875rem } .chosen-container .chosen-drop { font-size: 11.38px; font-size: .8125rem; border: 1px solid; box-shadow: 0 0 6px #ff85a5; padding-top: 4px; text-align: left } .chosen-container-single .chosen-single { background: #FFF; border-radius: 0; padding: .5rem 1rem .625rem .5rem; line-height: inherit; box-shadow: none; height: 31.5px; height: 2.25rem; border-color: #ccc } .chosen-container-single .chosen-single abbr { background: url(../images/chosen-sprite.png) -42px 1px no-repeat } .chosen-container-single .chosen-single div { width: 16px } .chosen-container-single .chosen-single div b { background: url(../images/sprites/chosen-sprite.png) 0 7px no-repeat } .chosen-container-single .chosen-search { position: relative } .chosen-container-single .chosen-search:after { position: absolute; z-index: 1; display: block; top: .75rem; right: 1rem; width: 12px; height: 12px; font-size: 12px; font-family: jamendo-licensing-icons; content: "" } .chosen-container-single .chosen-search input[type=text] { background: 0 0; padding: .5rem 2rem .5rem .5rem } .chosen-search input[type=text] { background: 0 0!important } .chosen-container-active .chosen-single { border-color:; box-shadow: 0 0 6px #ff85a5 } .chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid; background: #FFF; box-shadow: 0 0 6px #ff85a5 } .chosen-container .chosen-results li.highlighted { background-color:; background-image: none } .chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 7px } .chosen-rtl .chosen-search input[type=text] { background: url(../images/sprites/chosen-sprite.png) -30px -20px no-repeat } .chosen-container .chosen-choices li.search-choice { border: none; max-width: 100%; border-radius: 4px; background-color: #ff527f; background-image: none; box-shadow: none; color: #FFF; line-height: 24px; padding: 0 24px 0 6px } .chosen-container .chosen-choices li.search-choice .search-choice-close { top: 0; right: 0; width: 24px; height: 24px; background: 0 0; font-family: jamendo-licensing-icons; font-size: 8px; color: #FFF; text-decoration: none; line-height: 3; text-align: center; cursor: pointer } .btn.btn--licensing-2, .button-cart, .button-cart .button-cart-text-container .pricing span, a:link.link-color { font-family: futurademi, Arial, sans-serif } a, a.link-wrap { font-size: inherit } .chosen-container .chosen-choices li.search-choice .search-choice-close:before { content: "" } .chosen-container .chosen-choices li.search-field input[type=text] { height: 30px; margin: 0; padding-left: 6px; padding-top: 2px; color: #737373!important } @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi), only screen and (min-resolution:1.5dppx) { .chosen-container .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] { background: 0 0!important } } a { text-decoration: underline } .btn-action, .btn-action:active, .btn-action:focus, .btn-action:hover, .btn-action:visited, .button-cart, .button-cart:hover, a.a--search, a.link-wrap, a:link.link-color { text-decoration: none } a:active, a:link { color : } a:visited { color: #ff6c92 } a:focus, a:hover { color: #d20036 } a:link.link-action { padding: .85714rem; text-transform: uppercase; line-height: 1.6; letter-spacing: 1px } a:link.link-color { color : } a.link-wrap { color: inherit; outline: 0 } a.a--search { padding: .57143rem; color: #4d4d4d; display: inline-block; background-color: #e8e8e8; line-height: 24px } a.a--search:active, a.a--search:hover { background-color: #dedede } a.a--search span { display: inline-block; vertical-align: middle } a.a--search span:first-child { color : } .list-link-search { margin-top: -8px; margin-bottom: 8px } .list-link-search>li { display: inline-block; margin: 0 .57143rem 0 0 } .list-link-search>li:last-child { margin-right: 0 } .btn { padding: 16px 12px } .btn:before { top: 12px; right: 0; bottom: 12px; left: 0 } .modal-content .licenses-container { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; padding-bottom:0 } .modal-content .checkbox.center { font-size:14px; text-align:center; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-pack:distribute; justify-content:space-around; margin:0 0 20px } @media only screen and (max-width:768px) { .modal-content .checkbox.center { margin-top:-5px } } .modal-content .small { padding:0 0 10px } [fade]>* { opacity:0; transition:all .3s } [fade][scale-up]>* { -webkit-transform:scale(.7); transform:scale(.7) } [fade=show] { visibility:visible } [fade=show]>* { opacity:1 } [fade=show][scale-up]>* { -webkit-transform:scale(1); transform:scale(1) } .container-modal { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; position:absolute; width:100%; height:100% } @media only screen and (max-height:680px) { .container-modal { min-height:680px } } #o-download p { margin-bottom:.57143rem; display:block } .c-share__input { z-index:999!important; display:none; background-color:#fff!important } .c-share__input:checked~.c-share__toggler .c-share__icon { transition:0s; width:0; z-index:999!important; background-color:#fff!important; height:0; z-index:999; color:#639eff } .c-share__input:checked~.c-share__toggler .c-share__icon::before { transform:rotate(-45deg); z-index:999!important; background-color:#fff!important } .c-share__input:checked~.c-share__toggler .c-share__icon::after { transform:rotate(45deg); z-index:999!important; background-color:#fff!important } .c-share__input:checked~.c-share_options { width:11.0625em; height:12.5em; background-color:#fff!important; z-index:999 } .c-share__input:checked~.c-share_options li, .c-share__input:checked~.c-share_options::before { transition:.3s .15s; opacity:1; z-index:999; transform:translateY(0) } .c-share__toggler, .c-share_options { position:absolute; right:0; z-index:999; width:inherit; height:inherit } .c-share__toggler { cursor:pointer; z-index:1; z-index:999; display:flex; justify-content:center; align-items:center } .c-share__icon { position:relative; left:-.3125em; width:.5em; height:.5em; z-index:999; border-radius:50%; color:#000 } .c-share__icon::after, .c-share__icon::before { content:""; position:absolute; width:1em; z-index:999; height:.125em; background-color:currentColor; transition:.1s } .c-share__icon::before { top:.1875em; left:.1875em; z-index:999; transform-origin:bottom left; transform:rotate(45deg) } .c-share__icon::after { top:-.125em; left:.03125em; z-index:999; transform-origin:center; transform:rotate(-45deg) } .al-c-share-center { text-align:center!important } .c-share_options { list-style:none; margin:0; z-index:999; padding:1.0625em 1.25em; box-sizing:border-box; overflow:hidden; transition:.2s } .c-share_options::before { content:attr(data-title); display:block; z-index:999; margin-bottom:1.25em; font-weight:700 } .c-share_options li { font-size:.875em; z-index:999; color:#464646; cursor:pointer } .c-share_options li:not(:last-child) { margin-bottom:.75em; z-index:999 } .c-share_options li, .c-share_options::before { opacity:0; z-index:999; transform:translateY(.625em); transition:0s } border-radius:50%; color:#000 } .c-share__icon::after, .c-share__icon::before { content:""; position:absolute; width:1em; z-index:999; height:.125em; background-color:currentColor; transition:.1s } .c-share__icon::before { top:.1875em; left:.1875em; z-index:999; transform-origin:bottom left; transform:rotate(45deg) } .c-share__icon::after { top:-.125em; left:.03125em; z-index:999; transform-origin:center; transform:rotate(-45deg) } .al-c-share-center { text-align:center!important } .c-share_options { list-style:none; margin:0; z-index:999; padding:1.0625em 1.25em; box-sizing:border-box; overflow:hidden; transition:.2s } .c-share_options::before { content:attr(data-title); display:block; z-index:999; margin-bottom:1.25em; font-weight:700 } .c-share_options li { font-size:.875em; z-index:999; color:#464646; cursor:pointer } .c-share_options li:not(:last-child) { margin-bottom:.75em; z-index:999 } .c-share_options li, .c-share_options::before { opacity:0; z-index:999; transform:translateY(.625em); transition:0s } .btn span { text-transform:initial } .btn.btn--lg:before { top:8px; right:0; bottom:8px; left:0 } .btn.btn-xs { padding:12px 5px } .btn.is-disabled, .btn[disabled] { pointer-events:none } .btn.is-disabled:hover, .btn[disabled]:hover { cursor:not-allowed } .btn:after { top:12px; right:0; bottom:12px; left:0; background-color:#737373 } .btn.is-active:after { -webkit-animation:btn-is-active .8s linear; animation:btn-is-active .8s linear } @-webkit-keyframes btn-is-active { 0% { top:12px; right:0; bottom:12px; left:0; opacity:0 } 25% { top:4px; right:-8px; bottom:4px; left:-8px; opacity:.3 } 100% { top:4px; right:-8px; bottom:4px; left:-8px; opacity:0 } } @keyframes btn-is-active { 0% { top:12px; right:0; bottom:12px; left:0; opacity:0 } 25% { top:4px; right:-8px; bottom:4px; left:-8px; opacity:.3 } 100% { top:4px; right:-8px; bottom:4px; left:-8px; opacity:0 } } @-webkit-keyframes button-is-active { 0%, 100% { -webkit-transform:scale(1); transform:scale(1) } 25% { -webkit-transform:scale(1.1); transform:scale(1.1) } } @keyframes button-is-active { 0%, 100% { -webkit-transform:scale(1); transform:scale(1) } 25% { -webkit-transform:scale(1.1); transform:scale(1.1) } } .btn-action, .btn-action span { line-height:1.334; position:relative } .btn-action { appearance:none; -moz-appearance:none; -webkit-appearance:none; vertical-align:middle; display:inline-block; z-index:0; text-transform:uppercase; letter-spacing:1px; color:#737373; background-color:#f0f0f0 } .btn-action, .btn-action:after { height:48px; min-width:48px; border-radius:24px; padding:16px } .btn-action i, .btn-action span { z-index:2 } .btn-action span { vertical-align:top; margin-left:8px } .btn-action:focus { outline:0 } .btn-action.small, .btn-action.small:after { height:36px; min-width:36px; border-radius:18px; padding:10px } .btn-action:after { background-color:#000; content:''; opacity:0 } .btn-action:hover { cursor:pointer } .btn-action:hover:after { opacity:.05 } .btn-action .icon+.icon, .btn-action span+span, .btn-action.is-on span { display:none } .btn-action.is-on span+span { display:inline } .btn-action.facebook:hover { color:#fff; background-color:#5f78ab } .btn-action.twitter:hover { color:#fff; background-color:#4099ff } .btn-action.website:hover { color:#fff; background-color:#707070 } .logo { background-position:center } .btn-icon { width:32px; height:48px } .btn-icon::-moz-focus-inner { border:0; outline:0 } .btn-icon .icon { display:inline; line-height:48px } .btn-icon:after { background-color:#737373 } .btn-pill:after { background-color:#fff } .btn-icon.is-active:after { border-radius:100%; opacity:0; margin:-28px 0 0 -28px; height:56px; width:56px; z-index:-2; content:""; -webkit-animation:btn-icon-is-active .8s linear; animation:btn-icon-is-active .8s linear } @-webkit-keyframes btn-icon-is-active { 0% { -webkit-transform:scale(0); transform:scale(0); opacity:0 } 25% { -webkit-transform:scale(1); transform:scale(1); opacity:.2 } 100% { opacity:0 } } @keyframes btn-icon-is-active { 0% { -webkit-transform:scale(0); transform:scale(0); opacity:0 } 25% { -webkit-transform:scale(1); transform:scale(1); opacity:.2 } 100% { opacity:0 } } .btn-link { color:#262626; text-decoration:underline; line-height:1; padding:18px 12px } .btn-secondary-menu { text-decoration:none } .btn-link:hover { color:#000 } .btn-link.btn--brand:hover { color:#d20036 } .btn-link.is-disabled, .btn-link[disabled] { color:#bfbfbf!important; pointer-events:none } .btn-link.is-disabled:hover, .btn-link[disabled]:hover { color:#bfbfbf!important; cursor:not-allowed } .button-checkbox label { cursor:pointer } .btn-pill { width:48px; height:48px } .btn-pill:after, .btn-pill:before { border-radius:24px; top:2px; right:2px; bottom:2px; left:2px } .btn-pill:after { z-index:-1; -webkit-transform:scale(0); transform:scale(0); opacity:0 } .btn-pill .icon { display:inline; line-height:48px } .btn-pill.btn--sm:after, .btn-pill.btn--sm:before { top:12px; right:12px; bottom:12px; left:12px } .btn-pill.btn--xs:after, .btn-pill.btn--xs:before { top:16px; right:16px; bottom:16px; left:16px } .btn-social:after, .btn-social:before { top:8px; bottom:8px; left:0; right:0 } .btn-pill.btn--xs .icon { font-size:8px } .btn-social { padding:8px 0 } .btn-social>div { padding:8px 10px } .btn-social>div:first-child { line-height:1; border-right:1px solid #fff; color:#fff } .btn-social>div:last-child { width:100% } .btn-social:after { background-color:#737373 } .logo { background-repeat:no-repeat; background-size:contain } .btn-secondary-menu { padding:16px 16px 16px 48px; position:relative; display:block; width:100%; text-align:left; color:#737373; line-height:16px } .btn-secondary-menu:link, .btn-secondary-menu:visited { color:#737373 } .btn-secondary-menu:active, .btn-secondary-menu:hover { background-color:#f9f9f9 } .btn-secondary-menu .icon { position:absolute; left:16px; top:16px } .button-checkbox { display:inline-block } .button-checkbox input[type=checkbox], .button-checkbox input[type=radio] { display:none } .button-checkbox input[type=checkbox]:checked+label, .button-checkbox input[type=radio]:checked+label { background-color:#fff } .button-checkbox label { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-transform:uppercase; font-weight:600; letter-spacing:1px; padding:.5rem 1.5rem; border-radius:.25rem; color:#fff; line-height:2.1; border:2px solid; text-align:center; margin:0 auto } .button-checkbox.no-border label { background-color:transparent; border:none; padding:0; text-align:left } .button-checkbox.no-border input[type=checkbox], .button-checkbox.no-border input[type=radio] { display:none } .button-checkbox.no-border input[type=checkbox]:checked+label, .button-checkbox.no-border input[type=radio]:checked+label { background-color:transparent!important } .button-checkbox.no-border input[type=checkbox]:checked~.content-displaying, .button-checkbox.no-border input[type=radio]:checked~.content-displaying { display:block } .button-checkbox.small label { padding:0 .5rem } .button-checkbox.discreet label { color:#737373; border:1px solid #bfbfbf; font-size:14px; font-weight:300; line-height:1.5; padding:0; min-width:30px; min-height:30px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center } .button-checkbox.discreet input[type=checkbox], .button-checkbox.discreet input[type=radio] { display:none } .button-checkbox.discreet input[type=checkbox]:checked+label, .button-checkbox.discreet input[type=radio]:checked+label { color:#fff; border:1px solid } .button-checkbox.discreet input[type=checkbox]:checked~.content-displaying, .button-checkbox.discreet input[type=radio]:checked~.content-displaying { display:block } .button-checkbox.icon-data label { background-color:transparent; overflow:visible; padding:0; border:0; border-radius:0 } .button-checkbox.icon-data label .icon-data { transition-duration:.2s; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0) } .button-checkbox.icon-data:active label .icon-data { transition-duration:.1s; -webkit-transform:perspective(24px) translate3d(0, 0, -6px); transform:perspective(24px) translate3d(0, 0, -6px) } .button-checkbox.icon-data input[type=checkbox]:checked+label, .button-checkbox.icon-data input[type=radio]:checked+label { background-color:transparent } .button-checkbox.center { display:block; margin:2rem auto } .button-checkbox.expand label .icon-data { display:inline-block; position:relative; transition:-webkit-transform .3s; transition:transform .3s } .button-checkbox.expand label .icon-data::before { position:absolute; top:4px; right:-3px } .button-checkbox.expand .content-checkbox { max-height:0; transition:max-height .6s cubic-bezier(0, 1, 0, 1); display:block; overflow:hidden } .button-checkbox.expand input[type=checkbox], .button-checkbox.expand input[type=radio] { display:none } .button-checkbox.expand input[type=checkbox]:checked+label, .button-checkbox.expand input[type=radio]:checked+label { background-color:#fff } .button-checkbox.expand input[type=checkbox]:checked+label .icon-data, .button-checkbox.expand input[type=radio]:checked+label .icon-data { -webkit-transform-origin:center; transform-origin:center; -webkit-transform:translate(7px, -1px) rotate(90deg); transform:translate(7px, -1px) rotate(90deg) } .button-checkbox.expand input[type=checkbox]:checked+label .icon-data::before, .button-checkbox.expand input[type=radio]:checked+label .icon-data::before { right:-6px } .button-checkbox.expand input[type=checkbox]:checked~.content-displaying, .button-checkbox.expand input[type=radio]:checked~.content-displaying { max-height:999px; transition:max-height .6s cubic-bezier(1, 0, 1, 0) } .button-checkbox[refine] { width:100% } .button-checkbox[refine] label { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between } .button-checkbox[refine] label span { color:#737373; font-size:16px; text-transform:none; -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1 } .button-checkbox[refine] label .icon-data::before { position:absolute; top:0; right:0 } .button-checkbox[refine] input[type=checkbox]:checked+label .icon-data, .button-checkbox[refine] input[type=radio]:checked+label .icon-data { -webkit-transform-origin:center; transform-origin:center; -webkit-transform:translate(0, -1px) rotate(90deg); transform:translate(0, -1px) rotate(90deg) } .button-checkbox[refine] input[type=checkbox]:checked+label .icon-data::before, .button-checkbox[refine] input[type=radio]:checked+label .icon-data::before { right:0 } .button-checkbox.pop-in-expand { outline:0 } @-webkit-keyframes move-from-top-opacity { 0% { top:50px; opacity:0; -webkit-transform:translateZ(0); transform:translateZ(0) } 100% { top:100%; opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } } @keyframes move-from-top-opacity { 0% { top:50px; opacity:0; -webkit-transform:translateZ(0); transform:translateZ(0) } 100% { top:100%; opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } } .button-checkbox.pop-in-expand input[type=checkbox], .button-checkbox.pop-in-expand input[type=radio] { display:none } .button-checkbox.pop-in-expand input[type=checkbox]:checked~.pop-in-wrapper, .button-checkbox.pop-in-expand input[type=radio]:checked~.pop-in-wrapper { display:block } .icon, .icon-data { position:relative; display:inline-block; font-family:jamendo-licensing-icons; font-style:normal; font-weight:400; text-transform:none; line-height:1 } .icon { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-size:16px; width:16px; height:16px } .icon-chevron-down:before { content:"" } .icon-chevron-left:before { content:"" } .icon-chevron-right:before { content:"" } .icon-close:before { content:"" } .icon-comment:before { content:"" } .icon-download:before { content:"" } .icon-facebook:before { content:"" } .icon-filter:before { content:"" } .icon-google:before { content:"" } .icon-heart:before { content:"" } .icon-heart-on:before { content:"" } .icon-home:before { content:"" } .icon-information:before { content:"" } .icon-link:before { content:"" } .icon-mail:before { content:"" } .icon-menu:before { content:"" } .icon-menu-secondary:before { content:"" } .icon-pause:before { content:"" } .icon-picture:before { content:"" } .icon-play:before { content:"" } .icon-share:before { content:"" } .icon-twitter:before { content:"" } .icon-user:before { content:"" } .icon-youtube:before { content:"" } .icon-close-s:before { content:"" } .icon-comment-s:before { content:"" } .icon-download-s:before { content:"" } .icon-heart-on-s:before { content:"" } .icon-menu-secondary-s:before { content:"" } .icon-pause-s:before { content:"" } .icon-picture-s:before { content:"" } .icon-share-s:before { content:"" } .icon-play-s:before { content:"" } .icon-user-s:before { content:"" } .icon-data-chevron-down:before { content:"" } .icon-data-chevron-left:before { content:"" } .icon-data-chevron-right:before { content:"" } .icon-data-close:before { content:"" } .icon-data-comment:before { content:"" } .icon-data-download:before { content:"" } .icon-data-facebook:before { content:"" } .icon-data-filter:before { content:"" } .icon-data-google:before { content:"" } .icon-data-heart:before { content:"" } .icon-data-heart-on:before { content:"" } .icon-data-home:before { content:"" } .icon-data-information:before { content:"" } .icon-data-link:before { content:"" } .icon-data-mail:before { content:"" } .icon-data-menu:before { content:"" } .icon-data-menu-secondary:before { content:"" } .icon-data-pause:before { content:"" } .icon-data-picture:before { content:"" } .icon-data-play:before { content:"" } .icon-data-share:before { content:"" } .navigation .secondary li { display:inline; line-height:1.5; white-space:nowrap; margin-right:4px } @media only screen and (max-width:812px) { #modal-login .modal-content .modal-body>div, #modal-login .modal-content .modal-body>form, #modal-login .modal-content .modal-body>p { max-width:380px; margin:auto } #modal-login .modal-content .modal-body>div:first-of-type { margin-top:16px } #modal-login .modal-content .modal-body>div:last-of-type { margin-top:50px } } @media only screen and (max-width:385px) { #modal-login .modal-content .modal-body>div:first-of-type { -ms-flex-flow:column; flex-flow:column } } @media only screen and (max-width:400px) { #modal-login .modal-content .modal-body>form>div { -ms-flex-flow:column; flex-flow:column } #modal-login .modal-content .modal-body>form>div>button { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1 } #modal-login .modal-content .modal-body>form>div>div { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; margin-top:10px } #modal-login .modal-content .modal-body>form>div>div>p { margin-top:8px } }
VENUS
Create Video Meetings in one-clicke.
No sign ups required. Open Source platform.


Join Room